Html Css Color HEX #DABE16 Sunflower

📋 copy color: '#DABE16'

red 218 ◦ green 190 ◦ blue 22

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

Shades of Sunflower #DABE16

Tints of Sunflower #DABE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 50.7%
G = 44.19%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DABE16 (or 0xDABE16) is known color: Sunflower. HEX triplet: DA, BE and 16. RGB value is (218,190,22). Sum of RGB (Red+Green+Blue) = 218+190+22=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE16 is #2541E9. Grayscale: #B3B3B3. Windows color (decimal): -2441706 or 1490650. OLE color: 1490650.

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

Color convert

RGB 218 190 22 -
CMYK 0 0.13 0.90 0.15
HSL 51.43º 0.82% 0.47% -
HSV(B) 51.43º 0.9% 0.85% -
XYZ 47.47 51.79 8.25 -
YUV 179.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 218 190 22 0 0.13 0.90 0.15 51.43 0.82 0.47
Hex DA BE 16 0 D 5A F 33 52 2F
Octal 332 276 26 0 15 132 17 63 122 57
Binary 11011010 10111110 10110 0 1101 1011010 1111 110011 1010010 101111

Color Harmonies of #DABE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE16

Black with #DABE16

Text Example


Text Example

White with #DABE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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