#D0CD4E

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

Shades of Confetti #D0CD4E

Tints of Confetti #D0CD4E

Color information

#D0CD4E (or 0xD0CD4E) is unknown color: approx Confetti. HEX triplet: D0, CD and 4E. RGB value is (208,205,78). Sum of RGB (Red+Green+Blue) = 208+205+78=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD4E is #2F32B1. Grayscale: #BFBFBF. Windows color (decimal): -3093170 or 5164496. OLE color: 5164496.

HSL color Cylindrical-coordinate representation of color #D0CD4E: hue angle of 58.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0CD4E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20820578-
CMYK00.010.620.18
HSL58.62º58.04%56.08%-
HSV(B)58.62º62.5%81.57%-
XYZ49.2257.6215.74-
YUV191.4263.99139.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 78 (30.86% from 255) = 15.89%
R=42.36%
G=41.75%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082057800.010.620.1858.6258.0456.08
HexD0CD4E013E123b3a38
Octal320315116017622737270
Binary110100001100110110011100111111010010111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD4E; }

 p { color: rgb(208,205,78); }

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

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

 a { background-color: rgb(208,205,78); }

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

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

 span { border-color: rgb(208,205,78); }

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