#D7C64B

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

Shades of Confetti #D7C64B

Tints of Confetti #D7C64B

Color information

#D7C64B (or 0xD7C64B) is unknown color: approx Confetti. HEX triplet: D7, C6 and 4B. RGB value is (215,198,75). Sum of RGB (Red+Green+Blue) = 215+198+75=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C64B is #2839B4. Grayscale: #BDBDBD. Windows color (decimal): -2636213 or 4966103. OLE color: 4966103.

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

Color convert

RGB21519875-
CMYK00.080.650.16
HSL52.71º63.64%56.86%-
HSV(B)52.71º65.12%84.31%-
XYZ49.4955.3414.73-
YUV189.0663.63146.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 75 (29.69% from 255) = 15.37%
R=44.06%
G=40.57%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151987500.080.650.1652.7163.6456.86
HexD7C64B084110354039
Octal327306113010101206510071
Binary11010111110001101001011010001000001100001101011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C64B; }

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

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

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

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

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

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

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

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