#D0C31A

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

Shades of Bird Flower #D0C31A

Tints of Bird Flower #D0C31A

Color information

#D0C31A (or 0xD0C31A) is unknown color: approx Bird Flower. HEX triplet: D0, C3 and 1A. RGB value is (208,195,26). Sum of RGB (Red+Green+Blue) = 208+195+26=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C31A is #2F3CE5. Grayscale: #B4B4B4. Windows color (decimal): -3095782 or 1754064. OLE color: 1754064.

HSL color Cylindrical-coordinate representation of color #D0C31A: hue angle of 55.71º 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 #D0C31A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20819526-
CMYK00.060.880.18
HSL55.71º77.78%45.88%-
HSV(B)55.71º87.5%81.57%-
XYZ45.7152.518.7-
YUV179.6241.31148.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 26 (10.55% from 255) = 6.06%
R=48.48%
G=45.45%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081952600.060.880.1855.7177.7845.88
HexD0C31A065812384e2e
Octal3203033206130227011656
Binary11010000110000111101001101011000100101110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C31A; }

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

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

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

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

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

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

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

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