#D7CC4B

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

Shades of Confetti #D7CC4B

Tints of Confetti #D7CC4B

Color information

#D7CC4B (or 0xD7CC4B) is unknown color: approx Confetti. HEX triplet: D7, CC and 4B. RGB value is (215,204,75). Sum of RGB (Red+Green+Blue) = 215+204+75=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC4B is #2833B4. Grayscale: #C1C1C1. Windows color (decimal): -2634677 or 4967639. OLE color: 4967639.

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

Color convert

RGB21520475-
CMYK00.050.650.16
HSL55.29º63.64%56.86%-
HSV(B)55.29º65.12%84.31%-
XYZ50.8958.1415.2-
YUV192.5861.64143.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 75 (29.69% from 255) = 15.18%
R=43.52%
G=41.30%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152047500.050.650.1655.2963.6456.86
HexD7CC4B054110374039
Octal32731411305101206710071
Binary1101011111001100100101101011000001100001101111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC4B; }

 p { color: rgb(215,204,75); }

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

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

 a { background-color: rgb(215,204,75); }

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

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

 span { border-color: rgb(215,204,75); }

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