Html Css Color HEX #D2CC4C Confetti

📋 copy color: '#D2CC4C'

red 210 ◦ green 204 ◦ blue 76

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

Shades of Confetti #D2CC4C

Tints of Confetti #D2CC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 42.86%
G = 41.63%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2CC4C (or 0xD2CC4C) is known color: Confetti. HEX triplet: D2, CC and 4C. RGB value is (210,204,76). Sum of RGB (Red+Green+Blue) = 210+204+76=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC4C is #2D33B3. Grayscale: #BFBFBF. Windows color (decimal): -2962356 or 5033170. OLE color: 5033170.

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

Color convert

RGB 210 204 76 -
CMYK 0 0.03 0.64 0.18
HSL 57.31º 0.6% 0.56% -
HSV(B) 57.31º 0.64% 0.82% -
XYZ 49.48 57.41 15.31 -
YUV 191.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 210 204 76 0 0.03 0.64 0.18 57.31 0.6 0.56
Hex D2 CC 4C 0 3 40 12 39 3C 38
Octal 322 314 114 0 3 100 22 71 74 70
Binary 11010010 11001100 1001100 0 11 1000000 10010 111001 111100 111000

Color Harmonies of #D2CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC4C

Black with #D2CC4C

Text Example


Text Example

White with #D2CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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