Html Css Color HEX #D38C44 Peru

📋 copy color: '#D38C44'

red 211 ◦ green 140 ◦ blue 68

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

Shades of Peru #D38C44

Tints of Peru #D38C44

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 50.36%
G = 33.41%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D38C44 (or 0xD38C44) is known color: Peru. HEX triplet: D3, 8C and 44. RGB value is (211,140,68). Sum of RGB (Red+Green+Blue) = 211+140+68=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C44 is #2C73BB. Grayscale: #999999. Windows color (decimal): -2913212 or 4492499. OLE color: 4492499.

HSL color Cylindrical-coordinate representation of color #D38C44: hue angle of 30.21º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D38C44 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 140 68 -
CMYK 0 0.34 0.68 0.17
HSL 30.21º 0.62% 0.55% -
HSV(B) 30.21º 0.68% 0.83% -
XYZ 37.29 33.02 9.88 -
YUV 153.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 211 140 68 0 0.34 0.68 0.17 30.21 0.62 0.55
Hex D3 8C 44 0 22 44 11 1E 3E 37
Octal 323 214 104 0 42 104 21 36 76 67
Binary 11010011 10001100 1000100 0 100010 1000100 10001 11110 111110 110111

Color Harmonies of #D38C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C44

Black with #D38C44

Text Example


Text Example

White with #D38C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C44; }

 p { color: rgb(211,140,68); }

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

background-color css

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

 a { background-color: rgb(211,140,68); }

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

border-color css

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

 span { border-color: rgb(211,140,68); }

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