Html Css Color HEX #DABB01 Bird Flower

📋 copy color: '#DABB01'

red 218 ◦ green 187 ◦ blue 1

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

Shades of Bird Flower #DABB01

Tints of Bird Flower #DABB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.06%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 53.69%
G = 46.06%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DABB01 (or 0xDABB01) is known color: Bird Flower. HEX triplet: DA, BB and 01. RGB value is (218,187,1). Sum of RGB (Red+Green+Blue) = 218+187+1=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB01 is #2544FE. Grayscale: #AFAFAF. Windows color (decimal): -2442495 or 113626. OLE color: 113626.

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

Color convert

RGB 218 187 1 -
CMYK 0 0.14 1.00 0.15
HSL 51.43º 0.99% 0.43% -
HSV(B) 51.43º 1% 0.85% -
XYZ 46.69 50.45 7.31 -
YUV 175.07 29.77 158.62 -
System Red Green Blue C M Y K H S L
Decimal 218 187 1 0 0.14 1.00 0.15 51.43 0.99 0.43
Hex DA BB 1 0 E 64 F 33 63 2B
Octal 332 273 1 0 16 144 17 63 143 53
Binary 11011010 10111011 1 0 1110 1100100 1111 110011 1100011 101011

Color Harmonies of #DABB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB01

Black with #DABB01

Text Example


Text Example

White with #DABB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB01; }

 p { color: rgb(218,187,1); }

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

background-color css

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

 a { background-color: rgb(218,187,1); }

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

border-color css

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

 span { border-color: rgb(218,187,1); }

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