Html Css Color HEX #DABE01 Bird Flower

📋 copy color: '#DABE01'

red 218 ◦ green 190 ◦ blue 1

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

Shades of Bird Flower #DABE01

Tints of Bird Flower #DABE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.45%

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

R = 53.3%
G = 46.45%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DABE01 (or 0xDABE01) is known color: Bird Flower. HEX triplet: DA, BE and 01. RGB value is (218,190,1). Sum of RGB (Red+Green+Blue) = 218+190+1=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE01 is #2541FE. Grayscale: #B1B1B1. Windows color (decimal): -2441727 or 114394. OLE color: 114394.

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

Color convert

RGB 218 190 1 -
CMYK 0 0.13 1.00 0.15
HSL 52.26º 0.99% 0.43% -
HSV(B) 52.26º 1% 0.85% -
XYZ 47.33 51.73 7.52 -
YUV 176.83 28.78 157.37 -
System Red Green Blue C M Y K H S L
Decimal 218 190 1 0 0.13 1.00 0.15 52.26 0.99 0.43
Hex DA BE 1 0 D 64 F 34 63 2B
Octal 332 276 1 0 15 144 17 64 143 53
Binary 11011010 10111110 1 0 1101 1100100 1111 110100 1100011 101011

Color Harmonies of #DABE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE01

Black with #DABE01

Text Example


Text Example

White with #DABE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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