Html Css Color HEX #D9CC55 Confetti

📋 copy color: '#D9CC55'

red 217 ◦ green 204 ◦ blue 85

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

Shades of Confetti #D9CC55

Tints of Confetti #D9CC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.8%

R = 42.89%
G = 40.32%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D9CC55 (or 0xD9CC55) is known color: Confetti. HEX triplet: D9, CC and 55. RGB value is (217,204,85). Sum of RGB (Red+Green+Blue) = 217+204+85=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC55 is #2633AA. Grayscale: #C2C2C2. Windows color (decimal): -2503595 or 5623001. OLE color: 5623001.

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

Color convert

RGB 217 204 85 -
CMYK 0 0.06 0.61 0.15
HSL 54.09º 0.63% 0.59% -
HSV(B) 54.09º 0.61% 0.85% -
XYZ 51.85 58.59 17.17 -
YUV 194.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 217 204 85 0 0.06 0.61 0.15 54.09 0.63 0.59
Hex D9 CC 55 0 6 3D F 36 3F 3B
Octal 331 314 125 0 6 75 17 66 77 73
Binary 11011001 11001100 1010101 0 110 111101 1111 110110 111111 111011

Color Harmonies of #D9CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC55

Black with #D9CC55

Text Example


Text Example

White with #D9CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC55; }

 p { color: rgb(217,204,85); }

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

background-color css

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

 a { background-color: rgb(217,204,85); }

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

border-color css

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

 span { border-color: rgb(217,204,85); }

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