Html Css Color HEX #D8CB58 Confetti

📋 copy color: '#D8CB58'

red 216 ◦ green 203 ◦ blue 88

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

Shades of Confetti #D8CB58

Tints of Confetti #D8CB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.36%

R = 42.6%
G = 40.04%
B = 17.36%

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

#D8CB58 (or 0xD8CB58) is known color: Confetti. HEX triplet: D8, CB and 58. RGB value is (216,203,88). Sum of RGB (Red+Green+Blue) = 216+203+88=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB58 is #2734A7. Grayscale: #C2C2C2. Windows color (decimal): -2569384 or 5819352. OLE color: 5819352.

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

Color convert

RGB 216 203 88 -
CMYK 0 0.06 0.59 0.15
HSL 53.91º 0.62% 0.6% -
HSV(B) 53.91º 0.59% 0.85% -
XYZ 51.44 58.02 17.72 -
YUV 193.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 216 203 88 0 0.06 0.59 0.15 53.91 0.62 0.6
Hex D8 CB 58 0 6 3B F 36 3E 3C
Octal 330 313 130 0 6 73 17 66 76 74
Binary 11011000 11001011 1011000 0 110 111011 1111 110110 111110 111100

Color Harmonies of #D8CB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB58

Black with #D8CB58

Text Example


Text Example

White with #D8CB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB58; }

 p { color: rgb(216,203,88); }

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

background-color css

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

 a { background-color: rgb(216,203,88); }

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

border-color css

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

 span { border-color: rgb(216,203,88); }

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