Html Css Color HEX #DAB40D Sunflower

📋 copy color: '#DAB40D'

red 218 ◦ green 180 ◦ blue 13

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

Shades of Sunflower #DAB40D

Tints of Sunflower #DAB40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 53.04%
G = 43.8%
B = 3.16%

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

#DAB40D (or 0xDAB40D) is known color: Sunflower. HEX triplet: DA, B4 and 0D. RGB value is (218,180,13). Sum of RGB (Red+Green+Blue) = 218+180+13=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB40D is #254BF2. Grayscale: #ADADAD. Windows color (decimal): -2444275 or 898266. OLE color: 898266.

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

Color convert

RGB 218 180 13 -
CMYK 0 0.17 0.94 0.15
HSL 48.88º 0.89% 0.45% -
HSV(B) 48.88º 0.94% 0.85% -
XYZ 45.31 47.58 7.18 -
YUV 172.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 218 180 13 0 0.17 0.94 0.15 48.88 0.89 0.45
Hex DA B4 D 0 11 5E F 31 59 2D
Octal 332 264 15 0 21 136 17 61 131 55
Binary 11011010 10110100 1101 0 10001 1011110 1111 110001 1011001 101101

Color Harmonies of #DAB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB40D

Black with #DAB40D

Text Example


Text Example

White with #DAB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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