Html Css Color HEX #D9CD55 Confetti

📋 copy color: '#D9CD55'

red 217 ◦ green 205 ◦ blue 85

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

Shades of Confetti #D9CD55

Tints of Confetti #D9CD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

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

R = 42.8%
G = 40.43%
B = 16.77%

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

#D9CD55 (or 0xD9CD55) is known color: Confetti. HEX triplet: D9, CD and 55. RGB value is (217,205,85). Sum of RGB (Red+Green+Blue) = 217+205+85=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD55 is #2632AA. Grayscale: #C3C3C3. Windows color (decimal): -2503339 or 5623257. OLE color: 5623257.

HSL color Cylindrical-coordinate representation of color #D9CD55: hue angle of 54.55º 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 #D9CD55 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 205 85 -
CMYK 0 0.06 0.61 0.15
HSL 54.55º 0.63% 0.59% -
HSV(B) 54.55º 0.61% 0.85% -
XYZ 52.09 59.07 17.25 -
YUV 194.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 217 205 85 0 0.06 0.61 0.15 54.55 0.63 0.59
Hex D9 CD 55 0 6 3D F 37 3F 3B
Octal 331 315 125 0 6 75 17 67 77 73
Binary 11011001 11001101 1010101 0 110 111101 1111 110111 111111 111011

Color Harmonies of #D9CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD55

Black with #D9CD55

Text Example


Text Example

White with #D9CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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