#D0C01D

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

Shades of Bird Flower #D0C01D

Tints of Bird Flower #D0C01D

Color information

#D0C01D (or 0xD0C01D) is unknown color: approx Bird Flower. HEX triplet: D0, C0 and 1D. RGB value is (208,192,29). Sum of RGB (Red+Green+Blue) = 208+192+29=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C01D is #2F3FE2. Grayscale: #B2B2B2. Windows color (decimal): -3096547 or 1949904. OLE color: 1949904.

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

Color convert

RGB20819229-
CMYK00.080.860.18
HSL54.64º75.53%46.47%-
HSV(B)54.64º86.06%81.57%-
XYZ45.0851.28.67-
YUV178.243.8149.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 29 (11.72% from 255) = 6.76%
R=48.48%
G=44.76%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081922900.080.860.1854.6475.5346.47
HexD0C01D085612374c2e
Octal32030035010126226711456
Binary110100001100000011101010001010110100101101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C01D; }

 p { color: rgb(208,192,29); }

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

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

 a { background-color: rgb(208,192,29); }

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

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

 span { border-color: rgb(208,192,29); }

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