#D0C107

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

Shades of Bird Flower #D0C107

Tints of Bird Flower #D0C107

Color information

#D0C107 (or 0xD0C107) is unknown color: approx Bird Flower. HEX triplet: D0, C1 and 07. RGB value is (208,193,7). Sum of RGB (Red+Green+Blue) = 208+193+7=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C107 is #2F3EF8. Grayscale: #B1B1B1. Windows color (decimal): -3096313 or 508368. OLE color: 508368.

HSL color Cylindrical-coordinate representation of color #D0C107: hue angle of 55.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0C107 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB2081937-
CMYK00.070.970.18
HSL55.52º93.49%42.16%-
HSV(B)55.52º96.63%81.57%-
XYZ45.1251.577.78-
YUV176.2832.47150.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.98%
GREEN value IS 193 (75.78% from 255) = 47.30%
BLUE value IS 7 (3.12% from 255) = 1.72%
R=50.98%
G=47.30%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208193700.070.970.1855.5293.4942.16
HexD0C17076112385d2a
Octal320301707141227013552
Binary110100001100000111101111100001100101110001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C107; }

 p { color: rgb(208,193,7); }

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

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

 a { background-color: rgb(208,193,7); }

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

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

 span { border-color: rgb(208,193,7); }

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