Html Css Color HEX #DAB60E Sunflower

📋 copy color: '#DAB60E'

red 218 ◦ green 182 ◦ blue 14

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

Shades of Sunflower #DAB60E

Tints of Sunflower #DAB60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

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

R = 52.66%
G = 43.96%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB60E (or 0xDAB60E) is known color: Sunflower. HEX triplet: DA, B6 and 0E. RGB value is (218,182,14). Sum of RGB (Red+Green+Blue) = 218+182+14=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB60E is #2549F1. Grayscale: #AEAEAE. Windows color (decimal): -2443762 or 964314. OLE color: 964314.

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

Color convert

RGB 218 182 14 -
CMYK 0 0.17 0.94 0.15
HSL 49.41º 0.88% 0.45% -
HSV(B) 49.41º 0.94% 0.85% -
XYZ 45.72 48.39 7.35 -
YUV 173.61 37.93 159.66 -
System Red Green Blue C M Y K H S L
Decimal 218 182 14 0 0.17 0.94 0.15 49.41 0.88 0.45
Hex DA B6 E 0 11 5E F 31 58 2D
Octal 332 266 16 0 21 136 17 61 130 55
Binary 11011010 10110110 1110 0 10001 1011110 1111 110001 1011000 101101

Color Harmonies of #DAB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB60E

Black with #DAB60E

Text Example


Text Example

White with #DAB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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