#D6CA45

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

Shades of Confetti #D6CA45

Tints of Confetti #D6CA45

Color information

#D6CA45 (or 0xD6CA45) is unknown color: approx Confetti. HEX triplet: D6, CA and 45. RGB value is (214,202,69). Sum of RGB (Red+Green+Blue) = 214+202+69=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA45 is #2935BA. Grayscale: #BEBEBE. Windows color (decimal): -2700731 or 4573910. OLE color: 4573910.

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

Color convert

RGB21420269-
CMYK00.060.680.16
HSL55.03º63.88%55.49%-
HSV(B)55.03º67.76%83.92%-
XYZ49.9356.9713.99-
YUV190.4359.48144.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 69 (27.34% from 255) = 14.23%
R=44.12%
G=41.65%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142026900.060.680.1655.0363.8855.49
HexD6CA45064410374037
Octal32631210506104206710067
Binary1101011011001010100010101101000100100001101111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA45; }

 p { color: rgb(214,202,69); }

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

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

 a { background-color: rgb(214,202,69); }

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

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

 span { border-color: rgb(214,202,69); }

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