#D0C51A

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

Shades of Bird Flower #D0C51A

Tints of Bird Flower #D0C51A

Color information

#D0C51A (or 0xD0C51A) is unknown color: approx Bird Flower. HEX triplet: D0, C5 and 1A. RGB value is (208,197,26). Sum of RGB (Red+Green+Blue) = 208+197+26=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C51A is #2F3AE5. Grayscale: #B5B5B5. Windows color (decimal): -3095270 or 1754576. OLE color: 1754576.

HSL color Cylindrical-coordinate representation of color #D0C51A: hue angle of 56.37º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0C51A is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20819726-
CMYK00.050.880.18
HSL56.37º77.78%45.88%-
HSV(B)56.37º87.5%81.57%-
XYZ46.1753.428.85-
YUV180.840.64147.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 197 (77.34% from 255) = 45.71%
BLUE value IS 26 (10.55% from 255) = 6.03%
R=48.26%
G=45.71%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081972600.050.880.1856.3777.7845.88
HexD0C51A055812384e2e
Octal3203053205130227011656
Binary11010000110001011101001011011000100101110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C51A; }

 p { color: rgb(208,197,26); }

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

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

 a { background-color: rgb(208,197,26); }

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

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

 span { border-color: rgb(208,197,26); }

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