Html Css Color HEX #DAB615 Sunflower

📋 copy color: '#DAB615'

red 218 ◦ green 182 ◦ blue 21

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

Shades of Sunflower #DAB615

Tints of Sunflower #DAB615

RGB

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

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

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

R = 51.78%
G = 43.23%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB615 (or 0xDAB615) is known color: Sunflower. HEX triplet: DA, B6 and 15. RGB value is (218,182,21). Sum of RGB (Red+Green+Blue) = 218+182+21=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB615 is #2549EA. Grayscale: #AFAFAF. Windows color (decimal): -2443755 or 1423066. OLE color: 1423066.

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

Color convert

RGB 218 182 21 -
CMYK 0 0.17 0.90 0.15
HSL 49.04º 0.82% 0.47% -
HSV(B) 49.04º 0.9% 0.85% -
XYZ 45.78 48.42 7.64 -
YUV 174.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 218 182 21 0 0.17 0.90 0.15 49.04 0.82 0.47
Hex DA B6 15 0 11 5A F 31 52 2F
Octal 332 266 25 0 21 132 17 61 122 57
Binary 11011010 10110110 10101 0 10001 1011010 1111 110001 1010010 101111

Color Harmonies of #DAB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB615

Black with #DAB615

Text Example


Text Example

White with #DAB615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB615; }

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

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

background-color css

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

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

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

border-color css

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

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

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