Html Css Color HEX #DAB711 Sunflower

📋 copy color: '#DAB711'

red 218 ◦ green 183 ◦ blue 17

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

Shades of Sunflower #DAB711

Tints of Sunflower #DAB711

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.78%

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

R = 52.15%
G = 43.78%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAB711 (or 0xDAB711) is known color: Sunflower. HEX triplet: DA, B7 and 11. RGB value is (218,183,17). Sum of RGB (Red+Green+Blue) = 218+183+17=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB711 is #2548EE. Grayscale: #AFAFAF. Windows color (decimal): -2443503 or 1161178. OLE color: 1161178.

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

Color convert

RGB 218 183 17 -
CMYK 0 0.16 0.92 0.15
HSL 49.55º 0.86% 0.46% -
HSV(B) 49.55º 0.92% 0.85% -
XYZ 45.95 48.81 7.53 -
YUV 174.54 39.1 159 -
System Red Green Blue C M Y K H S L
Decimal 218 183 17 0 0.16 0.92 0.15 49.55 0.86 0.46
Hex DA B7 11 0 10 5C F 32 56 2E
Octal 332 267 21 0 20 134 17 62 126 56
Binary 11011010 10110111 10001 0 10000 1011100 1111 110010 1010110 101110

Color Harmonies of #DAB711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB711

Black with #DAB711

Text Example


Text Example

White with #DAB711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB711; }

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

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

background-color css

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

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

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

border-color css

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

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

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