#D7CE4B

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

Shades of Confetti #D7CE4B

Tints of Confetti #D7CE4B

Color information

#D7CE4B (or 0xD7CE4B) is unknown color: approx Confetti. HEX triplet: D7, CE and 4B. RGB value is (215,206,75). Sum of RGB (Red+Green+Blue) = 215+206+75=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE4B is #2831B4. Grayscale: #C2C2C2. Windows color (decimal): -2634165 or 4968151. OLE color: 4968151.

HSL color Cylindrical-coordinate representation of color #D7CE4B: hue angle of 56.14º 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 #D7CE4B is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21520675-
CMYK00.040.650.16
HSL56.14º63.64%56.86%-
HSV(B)56.14º65.12%84.31%-
XYZ51.3759.115.36-
YUV193.7660.98143.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.35%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 75 (29.69% from 255) = 15.12%
R=43.35%
G=41.53%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152067500.040.650.1656.1463.6456.86
HexD7CE4B044110384039
Octal32731611304101207010071
Binary1101011111001110100101101001000001100001110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE4B; }

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

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

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

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

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

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

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

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