Html Css Color HEX #D6813A Peru

📋 copy color: '#D6813A'

red 214 ◦ green 129 ◦ blue 58

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

Shades of Peru #D6813A

Tints of Peru #D6813A

RGB

 RED value IS 214 (83.98% from 255) = 53.37%

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

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

R = 53.37%
G = 32.17%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6813A (or 0xD6813A) is known color: Peru. HEX triplet: D6, 81 and 3A. RGB value is (214,129,58). Sum of RGB (Red+Green+Blue) = 214+129+58=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6813A is #297EC5. Grayscale: #929292. Windows color (decimal): -2719430 or 3834326. OLE color: 3834326.

HSL color Cylindrical-coordinate representation of color #D6813A: hue angle of 27.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6813A is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 58 -
CMYK 0 0.40 0.73 0.16
HSL 27.31º 0.66% 0.53% -
HSV(B) 27.31º 0.73% 0.84% -
XYZ 36.35 30.3 7.94 -
YUV 146.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 214 129 58 0 0.40 0.73 0.16 27.31 0.66 0.53
Hex D6 81 3A 0 28 49 10 1B 42 35
Octal 326 201 72 0 50 111 20 33 102 65
Binary 11010110 10000001 111010 0 101000 1001001 10000 11011 1000010 110101

Color Harmonies of #D6813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6813A

Black with #D6813A

Text Example


Text Example

White with #D6813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6813A; }

 p { color: rgb(214,129,58); }

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

background-color css

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

 a { background-color: rgb(214,129,58); }

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

border-color css

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

 span { border-color: rgb(214,129,58); }

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