Html Css Color HEX #DAB316 Sunflower

📋 copy color: '#DAB316'

red 218 ◦ green 179 ◦ blue 22

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

Shades of Sunflower #DAB316

Tints of Sunflower #DAB316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.25%

R = 52.03%
G = 42.72%
B = 5.25%

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

#DAB316 (or 0xDAB316) is known color: Sunflower. HEX triplet: DA, B3 and 16. RGB value is (218,179,22). Sum of RGB (Red+Green+Blue) = 218+179+22=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB316 is #254CE9. Grayscale: #ADADAD. Windows color (decimal): -2444522 or 1487834. OLE color: 1487834.

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

Color convert

RGB 218 179 22 -
CMYK 0 0.18 0.90 0.15
HSL 48.06º 0.82% 0.47% -
HSV(B) 48.06º 0.9% 0.85% -
XYZ 45.18 47.2 7.49 -
YUV 172.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 218 179 22 0 0.18 0.90 0.15 48.06 0.82 0.47
Hex DA B3 16 0 12 5A F 30 52 2F
Octal 332 263 26 0 22 132 17 60 122 57
Binary 11011010 10110011 10110 0 10010 1011010 1111 110000 1010010 101111

Color Harmonies of #DAB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB316

Black with #DAB316

Text Example


Text Example

White with #DAB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB316; }

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

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

background-color css

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

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

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

border-color css

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

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

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