Html Css Color HEX #DAB51E Sunflower

📋 copy color: '#DAB51E'

red 218 ◦ green 181 ◦ blue 30

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

Shades of Sunflower #DAB51E

Tints of Sunflower #DAB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.19%

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 50.82%
G = 42.19%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB51E (or 0xDAB51E) is known color: Sunflower. HEX triplet: DA, B5 and 1E. RGB value is (218,181,30). Sum of RGB (Red+Green+Blue) = 218+181+30=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB51E is #254AE1. Grayscale: #AFAFAF. Windows color (decimal): -2444002 or 2012634. OLE color: 2012634.

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

Color convert

RGB 218 181 30 -
CMYK 0 0.17 0.86 0.15
HSL 48.19º 0.76% 0.49% -
HSV(B) 48.19º 0.86% 0.85% -
XYZ 45.67 48.05 8.1 -
YUV 174.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 218 181 30 0 0.17 0.86 0.15 48.19 0.76 0.49
Hex DA B5 1E 0 11 56 F 30 4C 31
Octal 332 265 36 0 21 126 17 60 114 61
Binary 11011010 10110101 11110 0 10001 1010110 1111 110000 1001100 110001

Color Harmonies of #DAB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB51E

Black with #DAB51E

Text Example


Text Example

White with #DAB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB51E; }

 p { color: rgb(218,181,30); }

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

background-color css

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

 a { background-color: rgb(218,181,30); }

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

border-color css

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

 span { border-color: rgb(218,181,30); }

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