Html Css Color HEX #DAAF11 Sunflower

📋 copy color: '#DAAF11'

red 218 ◦ green 175 ◦ blue 17

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

Shades of Sunflower #DAAF11

Tints of Sunflower #DAAF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.68%

 BLUE value IS 17 (7.03% from 255) = 4.15%

R = 53.17%
G = 42.68%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAAF11 (or 0xDAAF11) is known color: Sunflower. HEX triplet: DA, AF and 11. RGB value is (218,175,17). Sum of RGB (Red+Green+Blue) = 218+175+17=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAF11 is #2550EE. Grayscale: #AAAAAA. Windows color (decimal): -2445551 or 1159130. OLE color: 1159130.

HSL color Cylindrical-coordinate representation of color #DAAF11: hue angle of 47.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAAF11 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 175 17 -
CMYK 0 0.20 0.92 0.15
HSL 47.16º 0.86% 0.46% -
HSV(B) 47.16º 0.92% 0.85% -
XYZ 44.34 45.61 7 -
YUV 169.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 218 175 17 0 0.20 0.92 0.15 47.16 0.86 0.46
Hex DA AF 11 0 14 5C F 2F 56 2E
Octal 332 257 21 0 24 134 17 57 126 56
Binary 11011010 10101111 10001 0 10100 1011100 1111 101111 1010110 101110

Color Harmonies of #DAAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF11

Black with #DAAF11

Text Example


Text Example

White with #DAAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF11; }

 p { color: rgb(218,175,17); }

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

background-color css

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

 a { background-color: rgb(218,175,17); }

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

border-color css

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

 span { border-color: rgb(218,175,17); }

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