#D7C245

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

Shades of Confetti #D7C245

Tints of Confetti #D7C245

Color information

#D7C245 (or 0xD7C245) is unknown color: approx Confetti. HEX triplet: D7, C2 and 45. RGB value is (215,194,69). Sum of RGB (Red+Green+Blue) = 215+194+69=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C245 is #283DBA. Grayscale: #BABABA. Windows color (decimal): -2637243 or 4571863. OLE color: 4571863.

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

Color convert

RGB21519469-
CMYK00.100.680.16
HSL51.37º64.6%55.69%-
HSV(B)51.37º67.91%84.31%-
XYZ48.3953.4613.4-
YUV186.0361.96148.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 69 (27.34% from 255) = 14.44%
R=44.98%
G=40.59%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151946900.100.680.1651.3764.655.69
HexD7C2450A4410334138
Octal327302105012104206310170
Binary11010111110000101000101010101000100100001100111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C245; }

 p { color: rgb(215,194,69); }

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

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

 a { background-color: rgb(215,194,69); }

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

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

 span { border-color: rgb(215,194,69); }

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