Html Css Color HEX #DAB410 Sunflower

📋 copy color: '#DAB410'

red 218 ◦ green 180 ◦ blue 16

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

Shades of Sunflower #DAB410

Tints of Sunflower #DAB410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 52.66%
G = 43.48%
B = 3.86%

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

#DAB410 (or 0xDAB410) is known color: Sunflower. HEX triplet: DA, B4 and 10. RGB value is (218,180,16). Sum of RGB (Red+Green+Blue) = 218+180+16=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB410 is #254BEF. Grayscale: #ADADAD. Windows color (decimal): -2444272 or 1094874. OLE color: 1094874.

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

Color convert

RGB 218 180 16 -
CMYK 0 0.17 0.93 0.15
HSL 48.71º 0.86% 0.46% -
HSV(B) 48.71º 0.93% 0.85% -
XYZ 45.33 47.59 7.29 -
YUV 172.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 218 180 16 0 0.17 0.93 0.15 48.71 0.86 0.46
Hex DA B4 10 0 11 5D F 31 56 2E
Octal 332 264 20 0 21 135 17 61 126 56
Binary 11011010 10110100 10000 0 10001 1011101 1111 110001 1010110 101110

Color Harmonies of #DAB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB410

Black with #DAB410

Text Example


Text Example

White with #DAB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB410; }

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

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

background-color css

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

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

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

border-color css

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

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

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