Html Css Color HEX #DABC00 Bird Flower

📋 copy color: '#DABC00'

red 218 ◦ green 188 ◦ blue 0

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

Shades of Bird Flower #DABC00

Tints of Bird Flower #DABC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.31%

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

R = 53.69%
G = 46.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DABC00 (or 0xDABC00) is known color: Bird Flower. HEX triplet: DA, BC and 00. RGB value is (218,188,0). Sum of RGB (Red+Green+Blue) = 218+188+0=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC00 is #2543FF. Grayscale: #B0B0B0. Windows color (decimal): -2442240 or 48346. OLE color: 48346.

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

Color convert

RGB 218 188 0 -
CMYK 0 0.14 1 0.15
HSL 51.74º 1% 0.43% -
HSV(B) 51.74º 1% 0.85% -
XYZ 46.9 50.87 7.35 -
YUV 175.54 28.94 158.29 -
System Red Green Blue C M Y K H S L
Decimal 218 188 0 0 0.14 1 0.15 51.74 1 0.43
Hex DA BC 0 0 E 64 F 34 64 2B
Octal 332 274 0 0 16 144 17 64 144 53
Binary 11011010 10111100 0 0 1110 1100100 1111 110100 1100100 101011

Color Harmonies of #DABC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC00

Black with #DABC00

Text Example


Text Example

White with #DABC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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