#D8CF17

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

Shades of Barberry #D8CF17

Tints of Barberry #D8CF17

Color information

#D8CF17 (or 0xD8CF17) is unknown color: approx Barberry. HEX triplet: D8, CF and 17. RGB value is (216,207,23). Sum of RGB (Red+Green+Blue) = 216+207+23=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 23 (9.38% from 255 or 5.16% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CF17 is #2730E8. Grayscale: #BDBDBD. Windows color (decimal): -2568425 or 1560536. OLE color: 1560536.

HSL color Cylindrical-coordinate representation of color #D8CF17: hue angle of 57.2º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8CF17 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB21620723-
CMYK00.040.890.15
HSL57.2º80.75%46.86%-
HSV(B)57.2º89.35%84.71%-
XYZ50.7959.299.58-
YUV188.7134.48147.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.43%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 23 (9.38% from 255) = 5.16%
R=48.43%
G=46.41%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162072300.040.890.1557.280.7546.86
HexD8CF170459F39512f
Octal3303172704131177112157
Binary1101100011001111101110100101100111111110011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CF17; }

 p { color: rgb(216,207,23); }

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

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

 a { background-color: rgb(216,207,23); }

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

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

 span { border-color: rgb(216,207,23); }

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