Html Css Color HEX #D7823D Peru

📋 copy color: '#D7823D'

red 215 ◦ green 130 ◦ blue 61

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

Shades of Peru #D7823D

Tints of Peru #D7823D

RGB

 RED value IS 215 (84.38% from 255) = 52.96%

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 61 (24.22% from 255) = 15.02%

R = 52.96%
G = 32.02%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7823D (or 0xD7823D) is known color: Peru. HEX triplet: D7, 82 and 3D. RGB value is (215,130,61). Sum of RGB (Red+Green+Blue) = 215+130+61=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7823D is #287DC2. Grayscale: #939393. Windows color (decimal): -2653635 or 4031191. OLE color: 4031191.

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

Color convert

RGB 215 130 61 -
CMYK 0 0.40 0.72 0.16
HSL 26.88º 0.66% 0.54% -
HSV(B) 26.88º 0.72% 0.84% -
XYZ 36.85 30.75 8.41 -
YUV 147.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 215 130 61 0 0.40 0.72 0.16 26.88 0.66 0.54
Hex D7 82 3D 0 28 48 10 1B 42 36
Octal 327 202 75 0 50 110 20 33 102 66
Binary 11010111 10000010 111101 0 101000 1001000 10000 11011 1000010 110110

Color Harmonies of #D7823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7823D

Black with #D7823D

Text Example


Text Example

White with #D7823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7823D; }

 p { color: rgb(215,130,61); }

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

background-color css

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

 a { background-color: rgb(215,130,61); }

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

border-color css

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

 span { border-color: rgb(215,130,61); }

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