Html Css Color HEX #D9883D Peru

📋 copy color: '#D9883D'

red 217 ◦ green 136 ◦ blue 61

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

Shades of Peru #D9883D

Tints of Peru #D9883D

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

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

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

R = 52.42%
G = 32.85%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9883D (or 0xD9883D) is known color: Peru. HEX triplet: D9, 88 and 3D. RGB value is (217,136,61). Sum of RGB (Red+Green+Blue) = 217+136+61=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9883D is #2677C2. Grayscale: #989898. Windows color (decimal): -2521027 or 4032729. OLE color: 4032729.

HSL color Cylindrical-coordinate representation of color #D9883D: hue angle of 28.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9883D is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 61 -
CMYK 0 0.37 0.72 0.15
HSL 28.85º 0.67% 0.55% -
HSV(B) 28.85º 0.72% 0.85% -
XYZ 38.26 32.7 8.71 -
YUV 151.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 217 136 61 0 0.37 0.72 0.15 28.85 0.67 0.55
Hex D9 88 3D 0 25 48 F 1D 43 37
Octal 331 210 75 0 45 110 17 35 103 67
Binary 11011001 10001000 111101 0 100101 1001000 1111 11101 1000011 110111

Color Harmonies of #D9883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9883D

Black with #D9883D

Text Example


Text Example

White with #D9883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9883D; }

 p { color: rgb(217,136,61); }

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

background-color css

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

 a { background-color: rgb(217,136,61); }

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

border-color css

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

 span { border-color: rgb(217,136,61); }

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