Html Css Color HEX #DA8816 Buttercup

📋 copy color: '#DA8816'

red 218 ◦ green 136 ◦ blue 22

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

Shades of Buttercup #DA8816

Tints of Buttercup #DA8816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 57.98%
G = 36.17%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA8816 (or 0xDA8816) is known color: Buttercup. HEX triplet: DA, 88 and 16. RGB value is (218,136,22). Sum of RGB (Red+Green+Blue) = 218+136+22=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8816 is #2577E9. Grayscale: #949494. Windows color (decimal): -2455530 or 1476826. OLE color: 1476826.

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

Color convert

RGB 218 136 22 -
CMYK 0 0.38 0.90 0.15
HSL 34.9º 0.82% 0.47% -
HSV(B) 34.9º 0.9% 0.85% -
XYZ 37.86 32.57 5.05 -
YUV 147.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 218 136 22 0 0.38 0.90 0.15 34.9 0.82 0.47
Hex DA 88 16 0 26 5A F 23 52 2F
Octal 332 210 26 0 46 132 17 43 122 57
Binary 11011010 10001000 10110 0 100110 1011010 1111 100011 1010010 101111

Color Harmonies of #DA8816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8816

Black with #DA8816

Text Example


Text Example

White with #DA8816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8816; }

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

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

background-color css

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

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

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

border-color css

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

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

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