#D7CE08

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

Shades of Bird Flower #D7CE08

Tints of Bird Flower #D7CE08

Color information

#D7CE08 (or 0xD7CE08) is unknown color: approx Bird Flower. HEX triplet: D7, CE and 08. RGB value is (215,206,8). Sum of RGB (Red+Green+Blue) = 215+206+8=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CE08 is #2831F7. Grayscale: #BABABA. Windows color (decimal): -2634232 or 577239. OLE color: 577239.

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

Color convert

RGB2152068-
CMYK00.040.960.16
HSL57.39º92.83%43.73%-
HSV(B)57.39º96.28%84.31%-
XYZ50.1458.618.9-
YUV186.1227.48148.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.12%
GREEN value IS 206 (80.86% from 255) = 48.02%
BLUE value IS 8 (3.52% from 255) = 1.86%
R=50.12%
G=48.02%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215206800.040.960.1657.3992.8343.73
HexD7CE8046010395d2c
Octal3273161004140207113554
Binary1101011111001110100001001100000100001110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE08; }

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

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

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

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

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

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

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

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