Html Css Color HEX #D6823E Peru

📋 copy color: '#D6823E'

red 214 ◦ green 130 ◦ blue 62

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

Shades of Peru #D6823E

Tints of Peru #D6823E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.27%

R = 52.71%
G = 32.02%
B = 15.27%

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

#D6823E (or 0xD6823E) is known color: Peru. HEX triplet: D6, 82 and 3E. RGB value is (214,130,62). Sum of RGB (Red+Green+Blue) = 214+130+62=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6823E is #297DC1. Grayscale: #939393. Windows color (decimal): -2719170 or 4096726. OLE color: 4096726.

HSL color Cylindrical-coordinate representation of color #D6823E: hue angle of 26.84º 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 #D6823E is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 62 -
CMYK 0 0.39 0.71 0.16
HSL 26.84º 0.65% 0.54% -
HSV(B) 26.84º 0.71% 0.84% -
XYZ 36.58 30.61 8.54 -
YUV 147.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 214 130 62 0 0.39 0.71 0.16 26.84 0.65 0.54
Hex D6 82 3E 0 27 47 10 1B 41 36
Octal 326 202 76 0 47 107 20 33 101 66
Binary 11010110 10000010 111110 0 100111 1000111 10000 11011 1000001 110110

Color Harmonies of #D6823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6823E

Black with #D6823E

Text Example


Text Example

White with #D6823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6823E; }

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

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

background-color css

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

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

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

border-color css

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

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

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