Html Css Color HEX #D6883A Peru

📋 copy color: '#D6883A'

red 214 ◦ green 136 ◦ blue 58

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

Shades of Peru #D6883A

Tints of Peru #D6883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

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

R = 52.45%
G = 33.33%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6883A (or 0xD6883A) is known color: Peru. HEX triplet: D6, 88 and 3A. RGB value is (214,136,58). Sum of RGB (Red+Green+Blue) = 214+136+58=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6883A is #2977C5. Grayscale: #969696. Windows color (decimal): -2717638 or 3836118. OLE color: 3836118.

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

Color convert

RGB 214 136 58 -
CMYK 0 0.36 0.73 0.16
HSL 30º 0.66% 0.53% -
HSV(B) 30º 0.73% 0.84% -
XYZ 37.3 32.21 8.25 -
YUV 150.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 214 136 58 0 0.36 0.73 0.16 30 0.66 0.53
Hex D6 88 3A 0 24 49 10 1E 42 35
Octal 326 210 72 0 44 111 20 36 102 65
Binary 11010110 10001000 111010 0 100100 1001001 10000 11110 1000010 110101

Color Harmonies of #D6883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6883A

Black with #D6883A

Text Example


Text Example

White with #D6883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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