Html Css Color HEX #DA8715 Buttercup

📋 copy color: '#DA8715'

red 218 ◦ green 135 ◦ blue 21

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

Shades of Buttercup #DA8715

Tints of Buttercup #DA8715

RGB

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

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

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

R = 58.29%
G = 36.1%
B = 5.61%

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

#DA8715 (or 0xDA8715) is known color: Buttercup. HEX triplet: DA, 87 and 15. RGB value is (218,135,21). Sum of RGB (Red+Green+Blue) = 218+135+21=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8715 is #2578EA. Grayscale: #939393. Windows color (decimal): -2455787 or 1411034. OLE color: 1411034.

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

Color convert

RGB 218 135 21 -
CMYK 0 0.38 0.90 0.15
HSL 34.72º 0.82% 0.47% -
HSV(B) 34.72º 0.9% 0.85% -
XYZ 37.71 32.29 4.95 -
YUV 146.82 57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 218 135 21 0 0.38 0.90 0.15 34.72 0.82 0.47
Hex DA 87 15 0 26 5A F 23 52 2F
Octal 332 207 25 0 46 132 17 43 122 57
Binary 11011010 10000111 10101 0 100110 1011010 1111 100011 1010010 101111

Color Harmonies of #DA8715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8715

Black with #DA8715

Text Example


Text Example

White with #DA8715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8715; }

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

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

background-color css

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

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

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

border-color css

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

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

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