#D0C753

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

Shades of Confetti #D0C753

Tints of Confetti #D0C753

Color information

#D0C753 (or 0xD0C753) is unknown color: approx Confetti. HEX triplet: D0, C7 and 53. RGB value is (208,199,83). Sum of RGB (Red+Green+Blue) = 208+199+83=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C753 is #2F38AC. Grayscale: #BCBCBC. Windows color (decimal): -3094701 or 5490640. OLE color: 5490640.

HSL color Cylindrical-coordinate representation of color #D0C753: hue angle of 55.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0C753 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB20819983-
CMYK00.040.600.18
HSL55.68º57.08%57.06%-
HSV(B)55.68º60.1%81.57%-
XYZ4854.8816.25-
YUV188.4768.48141.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 83 (32.81% from 255) = 16.94%
R=42.45%
G=40.61%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081998300.040.600.1855.6857.0857.06
HexD0C753043C12383939
Octal320307123047422707171
Binary11010000110001111010011010011110010010111000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C753; }

 p { color: rgb(208,199,83); }

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

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

 a { background-color: rgb(208,199,83); }

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

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

 span { border-color: rgb(208,199,83); }

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