Html Css Color HEX #DABE0A Sunflower

📋 copy color: '#DABE0A'

red 218 ◦ green 190 ◦ blue 10

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

Shades of Sunflower #DABE0A

Tints of Sunflower #DABE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 52.15%
G = 45.45%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DABE0A (or 0xDABE0A) is known color: Sunflower. HEX triplet: DA, BE and 0A. RGB value is (218,190,10). Sum of RGB (Red+Green+Blue) = 218+190+10=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE0A is #2541F5. Grayscale: #B2B2B2. Windows color (decimal): -2441718 or 704218. OLE color: 704218.

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

Color convert

RGB 218 190 10 -
CMYK 0 0.13 0.95 0.15
HSL 51.92º 0.91% 0.45% -
HSV(B) 51.92º 0.95% 0.85% -
XYZ 47.38 51.75 7.78 -
YUV 177.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 218 190 10 0 0.13 0.95 0.15 51.92 0.91 0.45
Hex DA BE A 0 D 5F F 34 5B 2D
Octal 332 276 12 0 15 137 17 64 133 55
Binary 11011010 10111110 1010 0 1101 1011111 1111 110100 1011011 101101

Color Harmonies of #DABE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE0A

Black with #DABE0A

Text Example


Text Example

White with #DABE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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