#D8CB58

Color #D8CB58 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D8CB58

Tints of Confetti #D8CB58

Color information

#D8CB58 (or 0xD8CB58) is unknown color: approx 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

RGB21620388-
CMYK00.060.590.15
HSL53.91º62.14%59.61%-
HSV(B)53.91º59.26%84.71%-
XYZ51.4458.0217.72-
YUV193.7868.31143.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 88 (34.77% from 255) = 17.36%
R=42.60%
G=40.04%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162038800.060.590.1553.9162.1459.61
HexD8CB58063BF363e3c
Octal330313130067317667674
Binary1101100011001011101100001101110111111110110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>