Html Css Color HEX #DAB40F Sunflower

📋 copy color: '#DAB40F'

red 218 ◦ green 180 ◦ blue 15

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

Shades of Sunflower #DAB40F

Tints of Sunflower #DAB40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.58%

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

R = 52.78%
G = 43.58%
B = 3.63%

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

#DAB40F (or 0xDAB40F) is known color: Sunflower. HEX triplet: DA, B4 and 0F. RGB value is (218,180,15). Sum of RGB (Red+Green+Blue) = 218+180+15=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB40F is #254BF0. Grayscale: #ADADAD. Windows color (decimal): -2444273 or 1029338. OLE color: 1029338.

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

Color convert

RGB 218 180 15 -
CMYK 0 0.17 0.93 0.15
HSL 48.77º 0.87% 0.46% -
HSV(B) 48.77º 0.93% 0.85% -
XYZ 45.32 47.58 7.25 -
YUV 172.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 218 180 15 0 0.17 0.93 0.15 48.77 0.87 0.46
Hex DA B4 F 0 11 5D F 31 57 2E
Octal 332 264 17 0 21 135 17 61 127 56
Binary 11011010 10110100 1111 0 10001 1011101 1111 110001 1010111 101110

Color Harmonies of #DAB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB40F

Black with #DAB40F

Text Example


Text Example

White with #DAB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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