#dfcb42

Color #DFCB42 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DFCB42

Tints of Confetti #DFCB42

Color information

#DFCB42 (or 0xDFCB42) is unknown color: approx Confetti. HEX triplet: DF, CB and 42. RGB value is (223,203,66). Sum of RGB (Red+Green+Blue) = 223+203+66=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB42 is #2034BD. Grayscale: #C1C1C1. Windows color (decimal): -2110654 or 4377567. OLE color: 4377567.

HSL color Cylindrical-coordinate representation of color #DFCB42: hue angle of 52.36º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFCB42 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22320366-
CMYK00.090.700.13
HSL52.36º71.04%56.67%-
HSV(B)52.36º70.4%87.45%-
XYZ52.7758.7913.72-
YUV193.3656.13149.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 66 (26.17% from 255) = 13.41%
R=45.33%
G=41.26%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232036600.090.700.1352.3671.0456.67
HexDFCB420946D344739
Octal337313102011106156410771
Binary1101111111001011100001001001100011011011101001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfcb42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfcb42; }

 p { color: rgb(223,203,66); }

 H1.HeaderClassName
 {
   color: #dfcb42;
 }
 .AnyTagClassName
 {
   color: #dfcb42;
 }
</style>
background-color css

<style>
 a { background-color: #dfcb42; }

 a { background-color: rgb(223,203,66); }

 div.DivClassName
 {
   background-color: #dfcb42;
 }
 .BgClassName
 {
   background-color: #dfcb42;
 }
</style>
border-color css

<style>
 span { border-color: #dfcb42; }

 span { border-color: rgb(223,203,66); }

 td.TdClassName
 {
   border-color: #dfcb42;
 }
 .TagClassName
 {
   border-color: #dfcb42;
 }
</style>