Html Css Color HEX #DAB80E Sunflower

📋 copy color: '#DAB80E'

red 218 ◦ green 184 ◦ blue 14

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

Shades of Sunflower #DAB80E

Tints of Sunflower #DAB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 52.4%
G = 44.23%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB80E (or 0xDAB80E) is known color: Sunflower. HEX triplet: DA, B8 and 0E. RGB value is (218,184,14). Sum of RGB (Red+Green+Blue) = 218+184+14=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB80E is #2547F1. Grayscale: #AFAFAF. Windows color (decimal): -2443250 or 964826. OLE color: 964826.

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

Color convert

RGB 218 184 14 -
CMYK 0 0.16 0.94 0.15
HSL 50º 0.88% 0.45% -
HSV(B) 50º 0.94% 0.85% -
XYZ 46.13 49.22 7.48 -
YUV 174.79 37.26 158.82 -
System Red Green Blue C M Y K H S L
Decimal 218 184 14 0 0.16 0.94 0.15 50 0.88 0.45
Hex DA B8 E 0 10 5E F 32 58 2D
Octal 332 270 16 0 20 136 17 62 130 55
Binary 11011010 10111000 1110 0 10000 1011110 1111 110010 1011000 101101

Color Harmonies of #DAB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB80E

Black with #DAB80E

Text Example


Text Example

White with #DAB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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