Html Css Color HEX #DAB61C Sunflower

📋 copy color: '#DAB61C'

red 218 ◦ green 182 ◦ blue 28

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

Shades of Sunflower #DAB61C

Tints of Sunflower #DAB61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.52%

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

R = 50.93%
G = 42.52%
B = 6.54%

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

#DAB61C (or 0xDAB61C) is known color: Sunflower. HEX triplet: DA, B6 and 1C. RGB value is (218,182,28). Sum of RGB (Red+Green+Blue) = 218+182+28=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB61C is #2549E3. Grayscale: #AFAFAF. Windows color (decimal): -2443748 or 1881818. OLE color: 1881818.

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

Color convert

RGB 218 182 28 -
CMYK 0 0.17 0.87 0.15
HSL 48.63º 0.77% 0.48% -
HSV(B) 48.63º 0.87% 0.85% -
XYZ 45.85 48.45 8.03 -
YUV 175.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 218 182 28 0 0.17 0.87 0.15 48.63 0.77 0.48
Hex DA B6 1C 0 11 57 F 31 4D 30
Octal 332 266 34 0 21 127 17 61 115 60
Binary 11011010 10110110 11100 0 10001 1010111 1111 110001 1001101 110000

Color Harmonies of #DAB61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB61C

Black with #DAB61C

Text Example


Text Example

White with #DAB61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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