Html Css Color HEX #DAB60F Sunflower

📋 copy color: '#DAB60F'

red 218 ◦ green 182 ◦ blue 15

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

Shades of Sunflower #DAB60F

Tints of Sunflower #DAB60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 52.53%
G = 43.86%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAB60F (or 0xDAB60F) is known color: Sunflower. HEX triplet: DA, B6 and 0F. RGB value is (218,182,15). Sum of RGB (Red+Green+Blue) = 218+182+15=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB60F is #2549F0. Grayscale: #AEAEAE. Windows color (decimal): -2443761 or 1029850. OLE color: 1029850.

HSL color Cylindrical-coordinate representation of color #DAB60F: hue angle of 49.36º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAB60F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 15 -
CMYK 0 0.17 0.93 0.15
HSL 49.36º 0.87% 0.46% -
HSV(B) 49.36º 0.93% 0.85% -
XYZ 45.73 48.4 7.38 -
YUV 173.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 218 182 15 0 0.17 0.93 0.15 49.36 0.87 0.46
Hex DA B6 F 0 11 5D F 31 57 2E
Octal 332 266 17 0 21 135 17 61 127 56
Binary 11011010 10110110 1111 0 10001 1011101 1111 110001 1010111 101110

Color Harmonies of #DAB60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB60F

Black with #DAB60F

Text Example


Text Example

White with #DAB60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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