#D7CF51

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

Shades of Confetti #D7CF51

Tints of Confetti #D7CF51

Color information

#D7CF51 (or 0xD7CF51) is unknown color: approx Confetti. HEX triplet: D7, CF and 51. RGB value is (215,207,81). Sum of RGB (Red+Green+Blue) = 215+207+81=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF51 is #2830AE. Grayscale: #C3C3C3. Windows color (decimal): -2633903 or 5361623. OLE color: 5361623.

HSL color Cylindrical-coordinate representation of color #D7CF51: hue angle of 56.42º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7CF51 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21520781-
CMYK00.040.620.16
HSL56.42º62.62%58.04%-
HSV(B)56.42º62.33%84.31%-
XYZ51.8259.6716.57-
YUV195.0363.65142.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 81 (32.03% from 255) = 16.10%
R=42.74%
G=41.15%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152078100.040.620.1656.4262.6258.04
HexD7CF51043E10383f3a
Octal327317121047620707772
Binary11010111110011111010001010011111010000111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF51; }

 p { color: rgb(215,207,81); }

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

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

 a { background-color: rgb(215,207,81); }

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

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

 span { border-color: rgb(215,207,81); }

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