Html Css Color HEX #D08A44 Peru

📋 copy color: '#D08A44'

red 208 ◦ green 138 ◦ blue 68

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

Shades of Peru #D08A44

Tints of Peru #D08A44

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 50.24%
G = 33.33%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08A44 (or 0xD08A44) is known color: Peru. HEX triplet: D0, 8A and 44. RGB value is (208,138,68). Sum of RGB (Red+Green+Blue) = 208+138+68=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A44 is #2F75BB. Grayscale: #979797. Windows color (decimal): -3110332 or 4491984. OLE color: 4491984.

HSL color Cylindrical-coordinate representation of color #D08A44: hue angle of 30º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D08A44 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 68 -
CMYK 0 0.34 0.67 0.18
HSL 30º 0.6% 0.54% -
HSV(B) 30º 0.67% 0.82% -
XYZ 36.14 32 9.74 -
YUV 150.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 208 138 68 0 0.34 0.67 0.18 30 0.6 0.54
Hex D0 8A 44 0 22 43 12 1E 3C 36
Octal 320 212 104 0 42 103 22 36 74 66
Binary 11010000 10001010 1000100 0 100010 1000011 10010 11110 111100 110110

Color Harmonies of #D08A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A44

Black with #D08A44

Text Example


Text Example

White with #D08A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A44; }

 p { color: rgb(208,138,68); }

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

background-color css

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

 a { background-color: rgb(208,138,68); }

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

border-color css

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

 span { border-color: rgb(208,138,68); }

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