Html Css Color HEX #D2CC4F Confetti

📋 copy color: '#D2CC4F'

red 210 ◦ green 204 ◦ blue 79

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

Shades of Confetti #D2CC4F

Tints of Confetti #D2CC4F

RGB

 RED value IS 210 (82.42% from 255) = 42.6%

 GREEN value IS 204 (80.08% from 255) = 41.38%

 BLUE value IS 79 (31.25% from 255) = 16.02%

R = 42.6%
G = 41.38%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2CC4F (or 0xD2CC4F) is known color: Confetti. HEX triplet: D2, CC and 4F. RGB value is (210,204,79). Sum of RGB (Red+Green+Blue) = 210+204+79=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC4F is #2D33B0. Grayscale: #C0C0C0. Windows color (decimal): -2962353 or 5229778. OLE color: 5229778.

HSL color Cylindrical-coordinate representation of color #D2CC4F: hue angle of 57.25º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2CC4F is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 79 -
CMYK 0 0.03 0.62 0.18
HSL 57.25º 0.59% 0.57% -
HSV(B) 57.25º 0.62% 0.82% -
XYZ 49.58 57.45 15.87 -
YUV 191.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 210 204 79 0 0.03 0.62 0.18 57.25 0.59 0.57
Hex D2 CC 4F 0 3 3E 12 39 3B 39
Octal 322 314 117 0 3 76 22 71 73 71
Binary 11010010 11001100 1001111 0 11 111110 10010 111001 111011 111001

Color Harmonies of #D2CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC4F

Black with #D2CC4F

Text Example


Text Example

White with #D2CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC4F; }

 p { color: rgb(210,204,79); }

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

background-color css

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

 a { background-color: rgb(210,204,79); }

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

border-color css

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

 span { border-color: rgb(210,204,79); }

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