Html Css Color HEX #D0813B Peru

📋 copy color: '#D0813B'

red 208 ◦ green 129 ◦ blue 59

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

Shades of Peru #D0813B

Tints of Peru #D0813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 52.53%
G = 32.58%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0813B (or 0xD0813B) is known color: Peru. HEX triplet: D0, 81 and 3B. RGB value is (208,129,59). Sum of RGB (Red+Green+Blue) = 208+129+59=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0813B is #2F7EC4. Grayscale: #919191. Windows color (decimal): -3112645 or 3899856. OLE color: 3899856.

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

Color convert

RGB 208 129 59 -
CMYK 0 0.38 0.72 0.18
HSL 28.19º 0.61% 0.52% -
HSV(B) 28.19º 0.72% 0.82% -
XYZ 34.65 29.43 7.99 -
YUV 144.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 208 129 59 0 0.38 0.72 0.18 28.19 0.61 0.52
Hex D0 81 3B 0 26 48 12 1C 3D 34
Octal 320 201 73 0 46 110 22 34 75 64
Binary 11010000 10000001 111011 0 100110 1001000 10010 11100 111101 110100

Color Harmonies of #D0813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0813B

Black with #D0813B

Text Example


Text Example

White with #D0813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0813B; }

 p { color: rgb(208,129,59); }

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

background-color css

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

 a { background-color: rgb(208,129,59); }

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

border-color css

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

 span { border-color: rgb(208,129,59); }

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