Html Css Color HEX #DA8716 Buttercup

📋 copy color: '#DA8716'

red 218 ◦ green 135 ◦ blue 22

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

Shades of Buttercup #DA8716

Tints of Buttercup #DA8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 58.13%
G = 36%
B = 5.87%

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

#DA8716 (or 0xDA8716) is known color: Buttercup. HEX triplet: DA, 87 and 16. RGB value is (218,135,22). Sum of RGB (Red+Green+Blue) = 218+135+22=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8716 is #2578E9. Grayscale: #939393. Windows color (decimal): -2455786 or 1476570. OLE color: 1476570.

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

Color convert

RGB 218 135 22 -
CMYK 0 0.38 0.90 0.15
HSL 34.59º 0.82% 0.47% -
HSV(B) 34.59º 0.9% 0.85% -
XYZ 37.72 32.29 5 -
YUV 146.94 57.5 178.69 -
System Red Green Blue C M Y K H S L
Decimal 218 135 22 0 0.38 0.90 0.15 34.59 0.82 0.47
Hex DA 87 16 0 26 5A F 23 52 2F
Octal 332 207 26 0 46 132 17 43 122 57
Binary 11011010 10000111 10110 0 100110 1011010 1111 100011 1010010 101111

Color Harmonies of #DA8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8716

Black with #DA8716

Text Example


Text Example

White with #DA8716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8716; }

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

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

background-color css

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

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

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

border-color css

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

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

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