Html Css Color HEX #D2CC5A Confetti

📋 copy color: '#D2CC5A'

red 210 ◦ green 204 ◦ blue 90

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

Shades of Confetti #D2CC5A

Tints of Confetti #D2CC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 41.67%
G = 40.48%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2CC5A (or 0xD2CC5A) is known color: Confetti. HEX triplet: D2, CC and 5A. RGB value is (210,204,90). Sum of RGB (Red+Green+Blue) = 210+204+90=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC5A is #2D33A5. Grayscale: #C1C1C1. Windows color (decimal): -2962342 or 5950674. OLE color: 5950674.

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

Color convert

RGB 210 204 90 -
CMYK 0 0.03 0.57 0.18
HSL 57º 0.57% 0.59% -
HSV(B) 57º 0.57% 0.82% -
XYZ 50.02 57.63 18.16 -
YUV 192.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 210 204 90 0 0.03 0.57 0.18 57 0.57 0.59
Hex D2 CC 5A 0 3 39 12 39 39 3B
Octal 322 314 132 0 3 71 22 71 71 73
Binary 11010010 11001100 1011010 0 11 111001 10010 111001 111001 111011

Color Harmonies of #D2CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC5A

Black with #D2CC5A

Text Example


Text Example

White with #D2CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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