Html Css Color HEX #D38438 Peru

📋 copy color: '#D38438'

red 211 ◦ green 132 ◦ blue 56

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

Shades of Peru #D38438

Tints of Peru #D38438

RGB

 RED value IS 211 (82.81% from 255) = 52.88%

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 56 (22.27% from 255) = 14.04%

R = 52.88%
G = 33.08%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D38438 (or 0xD38438) is known color: Peru. HEX triplet: D3, 84 and 38. RGB value is (211,132,56). Sum of RGB (Red+Green+Blue) = 211+132+56=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D38438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38438 is #2C7BC7. Grayscale: #939393. Windows color (decimal): -2915272 or 3704019. OLE color: 3704019.

HSL color Cylindrical-coordinate representation of color #D38438: hue angle of 29.42º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D38438 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 56 -
CMYK 0 0.37 0.73 0.17
HSL 29.42º 0.64% 0.52% -
HSV(B) 29.42º 0.73% 0.83% -
XYZ 35.83 30.64 7.77 -
YUV 146.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 211 132 56 0 0.37 0.73 0.17 29.42 0.64 0.52
Hex D3 84 38 0 25 49 11 1D 40 34
Octal 323 204 70 0 45 111 21 35 100 64
Binary 11010011 10000100 111000 0 100101 1001001 10001 11101 1000000 110100

Color Harmonies of #D38438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38438

Black with #D38438

Text Example


Text Example

White with #D38438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38438; }

 p { color: rgb(211,132,56); }

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

background-color css

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

 a { background-color: rgb(211,132,56); }

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

border-color css

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

 span { border-color: rgb(211,132,56); }

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