Html Css Color HEX #DAB51C Sunflower

📋 copy color: '#DAB51C'

red 218 ◦ green 181 ◦ blue 28

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

Shades of Sunflower #DAB51C

Tints of Sunflower #DAB51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.56%

R = 51.05%
G = 42.39%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAB51C (or 0xDAB51C) is known color: Sunflower. HEX triplet: DA, B5 and 1C. RGB value is (218,181,28). Sum of RGB (Red+Green+Blue) = 218+181+28=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB51C is #254AE3. Grayscale: #AFAFAF. Windows color (decimal): -2444004 or 1881562. OLE color: 1881562.

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

Color convert

RGB 218 181 28 -
CMYK 0 0.17 0.87 0.15
HSL 48.32º 0.77% 0.48% -
HSV(B) 48.32º 0.87% 0.85% -
XYZ 45.65 48.04 7.96 -
YUV 174.62 45.26 158.94 -
System Red Green Blue C M Y K H S L
Decimal 218 181 28 0 0.17 0.87 0.15 48.32 0.77 0.48
Hex DA B5 1C 0 11 57 F 30 4D 30
Octal 332 265 34 0 21 127 17 60 115 60
Binary 11011010 10110101 11100 0 10001 1010111 1111 110000 1001101 110000

Color Harmonies of #DAB51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB51C

Black with #DAB51C

Text Example


Text Example

White with #DAB51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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