Html Css Color HEX #D6823A Peru

📋 copy color: '#D6823A'

red 214 ◦ green 130 ◦ blue 58

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

Shades of Peru #D6823A

Tints of Peru #D6823A

RGB

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

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

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

R = 53.23%
G = 32.34%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6823A (or 0xD6823A) is known color: Peru. HEX triplet: D6, 82 and 3A. RGB value is (214,130,58). Sum of RGB (Red+Green+Blue) = 214+130+58=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6823A is #297DC5. Grayscale: #939393. Windows color (decimal): -2719174 or 3834582. OLE color: 3834582.

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

Color convert

RGB 214 130 58 -
CMYK 0 0.39 0.73 0.16
HSL 27.69º 0.66% 0.53% -
HSV(B) 27.69º 0.73% 0.84% -
XYZ 36.48 30.57 7.98 -
YUV 146.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 214 130 58 0 0.39 0.73 0.16 27.69 0.66 0.53
Hex D6 82 3A 0 27 49 10 1C 42 35
Octal 326 202 72 0 47 111 20 34 102 65
Binary 11010110 10000010 111010 0 100111 1001001 10000 11100 1000010 110101

Color Harmonies of #D6823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6823A

Black with #D6823A

Text Example


Text Example

White with #D6823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6823A; }

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

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

background-color css

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

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

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

border-color css

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

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

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