#d3c708

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

Shades of Bird Flower #D3C708

Tints of Bird Flower #D3C708

Color information

#D3C708 (or 0xD3C708) is unknown color: approx Bird Flower. HEX triplet: D3, C7 and 08. RGB value is (211,199,8). Sum of RGB (Red+Green+Blue) = 211+199+8=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C708 is #2C38F7. Grayscale: #B5B5B5. Windows color (decimal): -2898168 or 575443. OLE color: 575443.

HSL color Cylindrical-coordinate representation of color #D3C708: hue angle of 56.45º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3C708 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB2111998-
CMYK00.060.960.17
HSL56.45º92.69%42.94%-
HSV(B)56.45º96.21%82.75%-
XYZ47.3354.718.3-
YUV180.8130.48149.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.48%
GREEN value IS 199 (78.12% from 255) = 47.61%
BLUE value IS 8 (3.52% from 255) = 1.91%
R=50.48%
G=47.61%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211199800.060.960.1756.4592.6942.94
HexD3C78066011385d2b
Octal3233071006140217013553
Binary1101001111000111100001101100000100011110001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3c708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3c708; }

 p { color: rgb(211,199,8); }

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

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

 a { background-color: rgb(211,199,8); }

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

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

 span { border-color: rgb(211,199,8); }

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