Html Css Color HEX #DABE10 Sunflower

📋 copy color: '#DABE10'

red 218 ◦ green 190 ◦ blue 16

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

Shades of Sunflower #DABE10

Tints of Sunflower #DABE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 51.42%
G = 44.81%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DABE10 (or 0xDABE10) is known color: Sunflower. HEX triplet: DA, BE and 10. RGB value is (218,190,16). Sum of RGB (Red+Green+Blue) = 218+190+16=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE10 is #2541EF. Grayscale: #B3B3B3. Windows color (decimal): -2441712 or 1097434. OLE color: 1097434.

HSL color Cylindrical-coordinate representation of color #DABE10: hue angle of 51.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DABE10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 16 -
CMYK 0 0.13 0.93 0.15
HSL 51.68º 0.86% 0.46% -
HSV(B) 51.68º 0.93% 0.85% -
XYZ 47.42 51.77 7.98 -
YUV 178.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 218 190 16 0 0.13 0.93 0.15 51.68 0.86 0.46
Hex DA BE 10 0 D 5D F 34 56 2E
Octal 332 276 20 0 15 135 17 64 126 56
Binary 11011010 10111110 10000 0 1101 1011101 1111 110100 1010110 101110

Color Harmonies of #DABE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE10

Black with #DABE10

Text Example


Text Example

White with #DABE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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