Html Css Color HEX #DABF00 Bird Flower

📋 copy color: '#DABF00'

red 218 ◦ green 191 ◦ blue 0

#DABF00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DABF00

Tints of Bird Flower #DABF00

RGB

 RED value IS 218 (85.55% from 255) = 53.3%

 GREEN value IS 191 (75% from 255) = 46.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.3%
G = 46.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DABF00 (or 0xDABF00) is known color: Bird Flower. HEX triplet: DA, BF and 00. RGB value is (218,191,0). Sum of RGB (Red+Green+Blue) = 218+191+0=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF00 is #2540FF. Grayscale: #B2B2B2. Windows color (decimal): -2441472 or 49114. OLE color: 49114.

HSL color Cylindrical-coordinate representation of color #DABF00: hue angle of 52.57º 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 #DABF00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 0 -
CMYK 0 0.12 1 0.15
HSL 52.57º 1% 0.43% -
HSV(B) 52.57º 1% 0.85% -
XYZ 47.54 52.17 7.56 -
YUV 177.3 27.95 157.03 -
System Red Green Blue C M Y K H S L
Decimal 218 191 0 0 0.12 1 0.15 52.57 1 0.43
Hex DA BF 0 0 C 64 F 35 64 2B
Octal 332 277 0 0 14 144 17 65 144 53
Binary 11011010 10111111 0 0 1100 1100100 1111 110101 1100100 101011

Color Harmonies of #DABF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF00

Black with #DABF00

Text Example


Text Example

White with #DABF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF00; }

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

 H1.HeaderClassName
 {
   color: #DABF00;
 }
 .AnyTagClassName
 {
   color: #DABF00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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