Html Css Color HEX #DAB10E Sunflower

📋 copy color: '#DAB10E'

red 218 ◦ green 177 ◦ blue 14

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

Shades of Sunflower #DAB10E

Tints of Sunflower #DAB10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.28%

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

R = 53.3%
G = 43.28%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB10E (or 0xDAB10E) is known color: Sunflower. HEX triplet: DA, B1 and 0E. RGB value is (218,177,14). Sum of RGB (Red+Green+Blue) = 218+177+14=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB10E is #254EF1. Grayscale: #ABABAB. Windows color (decimal): -2445042 or 963034. OLE color: 963034.

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

Color convert

RGB 218 177 14 -
CMYK 0 0.19 0.94 0.15
HSL 47.94º 0.88% 0.45% -
HSV(B) 47.94º 0.94% 0.85% -
XYZ 44.71 46.38 7.01 -
YUV 170.68 39.58 161.75 -
System Red Green Blue C M Y K H S L
Decimal 218 177 14 0 0.19 0.94 0.15 47.94 0.88 0.45
Hex DA B1 E 0 13 5E F 30 58 2D
Octal 332 261 16 0 23 136 17 60 130 55
Binary 11011010 10110001 1110 0 10011 1011110 1111 110000 1011000 101101

Color Harmonies of #DAB10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB10E

Black with #DAB10E

Text Example


Text Example

White with #DAB10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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