#D5C70D

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

Shades of Bird Flower #D5C70D

Tints of Bird Flower #D5C70D

Color information

#D5C70D (or 0xD5C70D) is unknown color: approx Bird Flower. HEX triplet: D5, C7 and 0D. RGB value is (213,199,13). Sum of RGB (Red+Green+Blue) = 213+199+13=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C70D is #2A38F2. Grayscale: #B6B6B6. Windows color (decimal): -2767091 or 903125. OLE color: 903125.

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

Color convert

RGB21319913-
CMYK00.070.940.16
HSL55.8º88.5%44.31%-
HSV(B)55.8º93.9%83.53%-
XYZ47.9455.028.47-
YUV181.9832.64150.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 13 (5.47% from 255) = 3.06%
R=50.12%
G=46.82%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131991300.070.940.1655.888.544.31
HexD5C7D075E1038582c
Octal3253071507136207013054
Binary1101010111000111110101111011110100001110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C70D; }

 p { color: rgb(213,199,13); }

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

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

 a { background-color: rgb(213,199,13); }

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

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

 span { border-color: rgb(213,199,13); }

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