Html Css Color HEX #DAB41A Sunflower

📋 copy color: '#DAB41A'

red 218 ◦ green 180 ◦ blue 26

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

Shades of Sunflower #DAB41A

Tints of Sunflower #DAB41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.13%

R = 51.42%
G = 42.45%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAB41A (or 0xDAB41A) is known color: Sunflower. HEX triplet: DA, B4 and 1A. RGB value is (218,180,26). Sum of RGB (Red+Green+Blue) = 218+180+26=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB41A is #254BE5. Grayscale: #AEAEAE. Windows color (decimal): -2444262 or 1750234. OLE color: 1750234.

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

Color convert

RGB 218 180 26 -
CMYK 0 0.17 0.88 0.15
HSL 48.13º 0.79% 0.48% -
HSV(B) 48.13º 0.88% 0.85% -
XYZ 45.42 47.62 7.78 -
YUV 173.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 218 180 26 0 0.17 0.88 0.15 48.13 0.79 0.48
Hex DA B4 1A 0 11 58 F 30 4F 30
Octal 332 264 32 0 21 130 17 60 117 60
Binary 11011010 10110100 11010 0 10001 1011000 1111 110000 1001111 110000

Color Harmonies of #DAB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB41A

Black with #DAB41A

Text Example


Text Example

White with #DAB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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