Html Css Color HEX #D6823D Peru

📋 copy color: '#D6823D'

red 214 ◦ green 130 ◦ blue 61

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

Shades of Peru #D6823D

Tints of Peru #D6823D

RGB

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

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

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

R = 52.84%
G = 32.1%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6823D (or 0xD6823D) is known color: Peru. HEX triplet: D6, 82 and 3D. RGB value is (214,130,61). Sum of RGB (Red+Green+Blue) = 214+130+61=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6823D is #297DC2. Grayscale: #939393. Windows color (decimal): -2719171 or 4031190. OLE color: 4031190.

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

Color convert

RGB 214 130 61 -
CMYK 0 0.39 0.71 0.16
HSL 27.06º 0.65% 0.54% -
HSV(B) 27.06º 0.71% 0.84% -
XYZ 36.56 30.6 8.39 -
YUV 147.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 214 130 61 0 0.39 0.71 0.16 27.06 0.65 0.54
Hex D6 82 3D 0 27 47 10 1B 41 36
Octal 326 202 75 0 47 107 20 33 101 66
Binary 11010110 10000010 111101 0 100111 1000111 10000 11011 1000001 110110

Color Harmonies of #D6823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6823D

Black with #D6823D

Text Example


Text Example

White with #D6823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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