Html Css Color HEX #DA8944 Peru

📋 copy color: '#DA8944'

red 218 ◦ green 137 ◦ blue 68

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

Shades of Peru #DA8944

Tints of Peru #DA8944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 68 (26.95% from 255) = 16.08%

R = 51.54%
G = 32.39%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA8944 (or 0xDA8944) is known color: Peru. HEX triplet: DA, 89 and 44. RGB value is (218,137,68). Sum of RGB (Red+Green+Blue) = 218+137+68=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8944 is #2576BB. Grayscale: #999999. Windows color (decimal): -2455228 or 4491738. OLE color: 4491738.

HSL color Cylindrical-coordinate representation of color #DA8944: hue angle of 27.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA8944 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 68 -
CMYK 0 0.37 0.69 0.15
HSL 27.6º 0.67% 0.56% -
HSV(B) 27.6º 0.69% 0.85% -
XYZ 38.9 33.21 9.83 -
YUV 153.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 218 137 68 0 0.37 0.69 0.15 27.6 0.67 0.56
Hex DA 89 44 0 25 45 F 1C 43 38
Octal 332 211 104 0 45 105 17 34 103 70
Binary 11011010 10001001 1000100 0 100101 1000101 1111 11100 1000011 111000

Color Harmonies of #DA8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8944

Black with #DA8944

Text Example


Text Example

White with #DA8944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8944; }

 p { color: rgb(218,137,68); }

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

background-color css

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

 a { background-color: rgb(218,137,68); }

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

border-color css

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

 span { border-color: rgb(218,137,68); }

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