Html Css Color HEX #D08948 Peru

📋 copy color: '#D08948'

red 208 ◦ green 137 ◦ blue 72

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

Shades of Peru #D08948

Tints of Peru #D08948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 49.88%
G = 32.85%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D08948 (or 0xD08948) is known color: Peru. HEX triplet: D0, 89 and 48. RGB value is (208,137,72). Sum of RGB (Red+Green+Blue) = 208+137+72=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D08948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08948 is #2F76B7. Grayscale: #979797. Windows color (decimal): -3110584 or 4753872. OLE color: 4753872.

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

Color convert

RGB 208 137 72 -
CMYK 0 0.34 0.65 0.18
HSL 28.68º 0.59% 0.55% -
HSV(B) 28.68º 0.65% 0.82% -
XYZ 36.13 31.77 10.36 -
YUV 150.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 208 137 72 0 0.34 0.65 0.18 28.68 0.59 0.55
Hex D0 89 48 0 22 41 12 1D 3B 37
Octal 320 211 110 0 42 101 22 35 73 67
Binary 11010000 10001001 1001000 0 100010 1000001 10010 11101 111011 110111

Color Harmonies of #D08948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08948

Black with #D08948

Text Example


Text Example

White with #D08948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08948; }

 p { color: rgb(208,137,72); }

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

background-color css

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

 a { background-color: rgb(208,137,72); }

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

border-color css

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

 span { border-color: rgb(208,137,72); }

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