Html Css Color HEX #DAB816 Sunflower

📋 copy color: '#DAB816'

red 218 ◦ green 184 ◦ blue 22

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

Shades of Sunflower #DAB816

Tints of Sunflower #DAB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

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

R = 51.42%
G = 43.4%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB816 (or 0xDAB816) is known color: Sunflower. HEX triplet: DA, B8 and 16. RGB value is (218,184,22). Sum of RGB (Red+Green+Blue) = 218+184+22=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB816 is #2547E9. Grayscale: #B0B0B0. Windows color (decimal): -2443242 or 1489114. OLE color: 1489114.

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

Color convert

RGB 218 184 22 -
CMYK 0 0.16 0.90 0.15
HSL 49.59º 0.82% 0.47% -
HSV(B) 49.59º 0.9% 0.85% -
XYZ 46.2 49.24 7.83 -
YUV 175.7 41.26 158.17 -
System Red Green Blue C M Y K H S L
Decimal 218 184 22 0 0.16 0.90 0.15 49.59 0.82 0.47
Hex DA B8 16 0 10 5A F 32 52 2F
Octal 332 270 26 0 20 132 17 62 122 57
Binary 11011010 10111000 10110 0 10000 1011010 1111 110010 1010010 101111

Color Harmonies of #DAB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB816

Black with #DAB816

Text Example


Text Example

White with #DAB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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