Html Css Color HEX #DAB315 Sunflower

📋 copy color: '#DAB315'

red 218 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #DAB315

Tints of Sunflower #DAB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 52.15%
G = 42.82%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB315 (or 0xDAB315) is known color: Sunflower. HEX triplet: DA, B3 and 15. RGB value is (218,179,21). Sum of RGB (Red+Green+Blue) = 218+179+21=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB315 is #254CEA. Grayscale: #ADADAD. Windows color (decimal): -2444523 or 1422298. OLE color: 1422298.

HSL color Cylindrical-coordinate representation of color #DAB315: hue angle of 48.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAB315 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 21 -
CMYK 0 0.18 0.90 0.15
HSL 48.12º 0.82% 0.47% -
HSV(B) 48.12º 0.9% 0.85% -
XYZ 45.17 47.2 7.44 -
YUV 172.65 42.42 160.35 -
System Red Green Blue C M Y K H S L
Decimal 218 179 21 0 0.18 0.90 0.15 48.12 0.82 0.47
Hex DA B3 15 0 12 5A F 30 52 2F
Octal 332 263 25 0 22 132 17 60 122 57
Binary 11011010 10110011 10101 0 10010 1011010 1111 110000 1010010 101111

Color Harmonies of #DAB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB315

Black with #DAB315

Text Example


Text Example

White with #DAB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB315; }

 p { color: rgb(218,179,21); }

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

background-color css

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

 a { background-color: rgb(218,179,21); }

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

border-color css

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

 span { border-color: rgb(218,179,21); }

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