#D0C44B

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

Shades of Confetti #D0C44B

Tints of Confetti #D0C44B

Color information

#D0C44B (or 0xD0C44B) is unknown color: approx Confetti. HEX triplet: D0, C4 and 4B. RGB value is (208,196,75). Sum of RGB (Red+Green+Blue) = 208+196+75=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C44B is #2F3BB4. Grayscale: #BABABA. Windows color (decimal): -3095477 or 4965584. OLE color: 4965584.

HSL color Cylindrical-coordinate representation of color #D0C44B: hue angle of 54.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0C44B is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20819675-
CMYK00.060.640.18
HSL54.59º58.59%55.49%-
HSV(B)54.59º63.94%81.57%-
XYZ47.0253.414.49-
YUV185.7965.48143.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 75 (29.69% from 255) = 15.66%
R=43.42%
G=40.92%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081967500.060.640.1854.5958.5955.49
HexD0C44B064012373b37
Octal3203041130610022677367
Binary110100001100010010010110110100000010010110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C44B; }

 p { color: rgb(208,196,75); }

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

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

 a { background-color: rgb(208,196,75); }

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

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

 span { border-color: rgb(208,196,75); }

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