Html Css Color HEX #DA8522 Buttercup

📋 copy color: '#DA8522'

red 218 ◦ green 133 ◦ blue 34

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

Shades of Buttercup #DA8522

Tints of Buttercup #DA8522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 56.62%
G = 34.55%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA8522 (or 0xDA8522) is known color: Buttercup. HEX triplet: DA, 85 and 22. RGB value is (218,133,34). Sum of RGB (Red+Green+Blue) = 218+133+34=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8522 is #257ADD. Grayscale: #939393. Windows color (decimal): -2456286 or 2262490. OLE color: 2262490.

HSL color Cylindrical-coordinate representation of color #DA8522: hue angle of 32.28º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA8522 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 34 -
CMYK 0 0.39 0.84 0.15
HSL 32.28º 0.73% 0.49% -
HSV(B) 32.28º 0.84% 0.85% -
XYZ 37.59 31.8 5.67 -
YUV 147.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 218 133 34 0 0.39 0.84 0.15 32.28 0.73 0.49
Hex DA 85 22 0 27 54 F 20 49 31
Octal 332 205 42 0 47 124 17 40 111 61
Binary 11011010 10000101 100010 0 100111 1010100 1111 100000 1001001 110001

Color Harmonies of #DA8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8522

Black with #DA8522

Text Example


Text Example

White with #DA8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8522; }

 p { color: rgb(218,133,34); }

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

background-color css

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

 a { background-color: rgb(218,133,34); }

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

border-color css

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

 span { border-color: rgb(218,133,34); }

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