Html Css Color HEX #DFCD42 Confetti

📋 copy color: '#DFCD42'

red 223 ◦ green 205 ◦ blue 66

#DFCD42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #DFCD42

Tints of Confetti #DFCD42

RGB

 RED value IS 223 (87.5% from 255) = 45.14%

 GREEN value IS 205 (80.47% from 255) = 41.5%

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 45.14%
G = 41.5%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DFCD42 (or 0xDFCD42) is known color: Confetti. HEX triplet: DF, CD and 42. RGB value is (223,205,66). Sum of RGB (Red+Green+Blue) = 223+205+66=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD42 is #2032BD. Grayscale: #C3C3C3. Windows color (decimal): -2110142 or 4378079. OLE color: 4378079.

HSL color Cylindrical-coordinate representation of color #DFCD42: hue angle of 53.12º 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 #DFCD42 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 66 -
CMYK 0 0.08 0.70 0.13
HSL 53.12º 0.71% 0.57% -
HSV(B) 53.12º 0.7% 0.87% -
XYZ 53.25 59.74 13.88 -
YUV 194.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 223 205 66 0 0.08 0.70 0.13 53.12 0.71 0.57
Hex DF CD 42 0 8 46 D 35 47 39
Octal 337 315 102 0 10 106 15 65 107 71
Binary 11011111 11001101 1000010 0 1000 1000110 1101 110101 1000111 111001

Color Harmonies of #DFCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD42

Black with #DFCD42

Text Example


Text Example

White with #DFCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD42; }

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

 H1.HeaderClassName
 {
   color: #DFCD42;
 }
 .AnyTagClassName
 {
   color: #DFCD42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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