Html Css Color HEX #D8CF55 Confetti

📋 copy color: '#D8CF55'

red 216 ◦ green 207 ◦ blue 85

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

Shades of Confetti #D8CF55

Tints of Confetti #D8CF55

RGB

 RED value IS 216 (84.77% from 255) = 42.52%

 GREEN value IS 207 (81.25% from 255) = 40.75%

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

R = 42.52%
G = 40.75%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D8CF55 (or 0xD8CF55) is known color: Confetti. HEX triplet: D8, CF and 55. RGB value is (216,207,85). Sum of RGB (Red+Green+Blue) = 216+207+85=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF55 is #2730AA. Grayscale: #C4C4C4. Windows color (decimal): -2568363 or 5623768. OLE color: 5623768.

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

Color convert

RGB 216 207 85 -
CMYK 0 0.04 0.61 0.15
HSL 55.88º 0.63% 0.59% -
HSV(B) 55.88º 0.61% 0.85% -
XYZ 52.27 59.88 17.4 -
YUV 195.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 216 207 85 0 0.04 0.61 0.15 55.88 0.63 0.59
Hex D8 CF 55 0 4 3D F 38 3F 3B
Octal 330 317 125 0 4 75 17 70 77 73
Binary 11011000 11001111 1010101 0 100 111101 1111 111000 111111 111011

Color Harmonies of #D8CF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF55

Black with #D8CF55

Text Example


Text Example

White with #D8CF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF55; }

 p { color: rgb(216,207,85); }

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

background-color css

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

 a { background-color: rgb(216,207,85); }

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

border-color css

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

 span { border-color: rgb(216,207,85); }

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