Html Css Color HEX #D9CB5A Confetti

📋 copy color: '#D9CB5A'

red 217 ◦ green 203 ◦ blue 90

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

Shades of Confetti #D9CB5A

Tints of Confetti #D9CB5A

RGB

 RED value IS 217 (85.16% from 255) = 42.55%

 GREEN value IS 203 (79.69% from 255) = 39.8%

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

R = 42.55%
G = 39.8%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9CB5A (or 0xD9CB5A) is known color: Confetti. HEX triplet: D9, CB and 5A. RGB value is (217,203,90). Sum of RGB (Red+Green+Blue) = 217+203+90=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB5A is #2634A5. Grayscale: #C2C2C2. Windows color (decimal): -2503846 or 5950425. OLE color: 5950425.

HSL color Cylindrical-coordinate representation of color #D9CB5A: hue angle of 53.39º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9CB5A is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 90 -
CMYK 0 0.06 0.59 0.15
HSL 53.39º 0.63% 0.6% -
HSV(B) 53.39º 0.59% 0.85% -
XYZ 51.82 58.2 18.18 -
YUV 194.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 217 203 90 0 0.06 0.59 0.15 53.39 0.63 0.6
Hex D9 CB 5A 0 6 3B F 35 3F 3C
Octal 331 313 132 0 6 73 17 65 77 74
Binary 11011001 11001011 1011010 0 110 111011 1111 110101 111111 111100

Color Harmonies of #D9CB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB5A

Black with #D9CB5A

Text Example


Text Example

White with #D9CB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB5A; }

 p { color: rgb(217,203,90); }

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

background-color css

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

 a { background-color: rgb(217,203,90); }

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

border-color css

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

 span { border-color: rgb(217,203,90); }

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