#d1c01c

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

Shades of Bird Flower #D1C01C

Tints of Bird Flower #D1C01C

Color information

#D1C01C (or 0xD1C01C) is unknown color: approx Bird Flower. HEX triplet: D1, C0 and 1C. RGB value is (209,192,28). Sum of RGB (Red+Green+Blue) = 209+192+28=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C01C is #2E3FE3. Grayscale: #B3B3B3. Windows color (decimal): -3031012 or 1884369. OLE color: 1884369.

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

Color convert

RGB20919228-
CMYK00.080.870.18
HSL54.36º76.37%46.47%-
HSV(B)54.36º86.6%81.96%-
XYZ45.3551.348.62-
YUV178.3943.13149.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 28 (11.33% from 255) = 6.53%
R=48.72%
G=44.76%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091922800.080.870.1854.3676.3746.47
HexD1C01C085712364c2e
Octal32130034010127226611456
Binary110100011100000011100010001010111100101101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1c01c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1c01c; }

 p { color: rgb(209,192,28); }

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

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

 a { background-color: rgb(209,192,28); }

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

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

 span { border-color: rgb(209,192,28); }

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