#dabd00

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

Shades of Bird Flower #DABD00

Tints of Bird Flower #DABD00

Color information

#DABD00 (or 0xDABD00) is unknown color: approx Bird Flower. HEX triplet: DA, BD and 00. RGB value is (218,189,0). Sum of RGB (Red+Green+Blue) = 218+189+0=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD00 is #2542FF. Grayscale: #B0B0B0. Windows color (decimal): -2441984 or 48602. OLE color: 48602.

HSL color Cylindrical-coordinate representation of color #DABD00: hue angle of 52.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DABD00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB2181890-
CMYK00.1310.15
HSL52.02º100%42.75%-
HSV(B)52.02º100%85.49%-
XYZ47.1151.37.42-
YUV176.1228.61157.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.56%
GREEN value IS 189 (74.22% from 255) = 46.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.56%
G=46.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218189000.1310.1552.0210042.75
HexDABD00D64F34642b
Octal3322750015144176414453
Binary1101101010111101001101110010011111101001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dabd00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dabd00; }

 p { color: rgb(218,189,0); }

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

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

 a { background-color: rgb(218,189,0); }

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

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

 span { border-color: rgb(218,189,0); }

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