Html Css Color HEX #D0863A Peru

📋 copy color: '#D0863A'

red 208 ◦ green 134 ◦ blue 58

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

Shades of Peru #D0863A

Tints of Peru #D0863A

RGB

 RED value IS 208 (81.64% from 255) = 52%

 GREEN value IS 134 (52.73% from 255) = 33.5%

 BLUE value IS 58 (23.05% from 255) = 14.5%

R = 52%
G = 33.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0863A (or 0xD0863A) is known color: Peru. HEX triplet: D0, 86 and 3A. RGB value is (208,134,58). Sum of RGB (Red+Green+Blue) = 208+134+58=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0863A is #2F79C5. Grayscale: #939393. Windows color (decimal): -3111366 or 3835600. OLE color: 3835600.

HSL color Cylindrical-coordinate representation of color #D0863A: hue angle of 30.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0863A is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 134 58 -
CMYK 0 0.36 0.72 0.18
HSL 30.4º 0.61% 0.52% -
HSV(B) 30.4º 0.72% 0.82% -
XYZ 35.3 30.77 8.08 -
YUV 147.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 208 134 58 0 0.36 0.72 0.18 30.4 0.61 0.52
Hex D0 86 3A 0 24 48 12 1E 3D 34
Octal 320 206 72 0 44 110 22 36 75 64
Binary 11010000 10000110 111010 0 100100 1001000 10010 11110 111101 110100

Color Harmonies of #D0863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0863A

Black with #D0863A

Text Example


Text Example

White with #D0863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0863A; }

 p { color: rgb(208,134,58); }

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

background-color css

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

 a { background-color: rgb(208,134,58); }

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

border-color css

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

 span { border-color: rgb(208,134,58); }

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