#D8C345

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

Shades of Confetti #D8C345

Tints of Confetti #D8C345

Color information

#D8C345 (or 0xD8C345) is unknown color: approx Confetti. HEX triplet: D8, C3 and 45. RGB value is (216,195,69). Sum of RGB (Red+Green+Blue) = 216+195+69=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C345 is #273CBA. Grayscale: #BBBBBB. Windows color (decimal): -2571451 or 4572120. OLE color: 4572120.

HSL color Cylindrical-coordinate representation of color #D8C345: hue angle of 51.43º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8C345 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21619569-
CMYK00.100.680.15
HSL51.43º65.33%55.88%-
HSV(B)51.43º68.06%84.71%-
XYZ48.9154.0613.49-
YUV186.9261.46148.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=45%
G=40.62%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161956900.100.680.1551.4365.3355.88
HexD8C3450A44F334138
Octal330303105012104176310170
Binary1101100011000011100010101010100010011111100111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C345; }

 p { color: rgb(216,195,69); }

 H1.HeaderClassName
 {
   color: #D8C345;
 }
 .AnyTagClassName
 {
   color: #D8C345;
 }
</style>
background-color css

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

 a { background-color: rgb(216,195,69); }

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

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

 span { border-color: rgb(216,195,69); }

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