Html Css Color HEX #DABA0E Sunflower

📋 copy color: '#DABA0E'

red 218 ◦ green 186 ◦ blue 14

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

Shades of Sunflower #DABA0E

Tints of Sunflower #DABA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 52.15%
G = 44.5%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DABA0E (or 0xDABA0E) is known color: Sunflower. HEX triplet: DA, BA and 0E. RGB value is (218,186,14). Sum of RGB (Red+Green+Blue) = 218+186+14=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA0E is #2545F1. Grayscale: #B0B0B0. Windows color (decimal): -2442738 or 965338. OLE color: 965338.

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

Color convert

RGB 218 186 14 -
CMYK 0 0.15 0.94 0.15
HSL 50.59º 0.88% 0.45% -
HSV(B) 50.59º 0.94% 0.85% -
XYZ 46.55 50.05 7.62 -
YUV 175.96 36.6 157.99 -
System Red Green Blue C M Y K H S L
Decimal 218 186 14 0 0.15 0.94 0.15 50.59 0.88 0.45
Hex DA BA E 0 F 5E F 33 58 2D
Octal 332 272 16 0 17 136 17 63 130 55
Binary 11011010 10111010 1110 0 1111 1011110 1111 110011 1011000 101101

Color Harmonies of #DABA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA0E

Black with #DABA0E

Text Example


Text Example

White with #DABA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA0E; }

 p { color: rgb(218,186,14); }

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

background-color css

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

 a { background-color: rgb(218,186,14); }

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

border-color css

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

 span { border-color: rgb(218,186,14); }

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