Html Css Color HEX #D08F45 Peru

📋 copy color: '#D08F45'

red 208 ◦ green 143 ◦ blue 69

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

Shades of Peru #D08F45

Tints of Peru #D08F45

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 69 (27.34% from 255) = 16.43%

R = 49.52%
G = 34.05%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08F45 (or 0xD08F45) is known color: Peru. HEX triplet: D0, 8F and 45. RGB value is (208,143,69). Sum of RGB (Red+Green+Blue) = 208+143+69=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F45 is #2F70BA. Grayscale: #9A9A9A. Windows color (decimal): -3109051 or 4558800. OLE color: 4558800.

HSL color Cylindrical-coordinate representation of color #D08F45: hue angle of 31.94º 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 #D08F45 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 69 -
CMYK 0 0.31 0.67 0.18
HSL 31.94º 0.6% 0.54% -
HSV(B) 31.94º 0.67% 0.82% -
XYZ 36.91 33.48 10.15 -
YUV 154 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 208 143 69 0 0.31 0.67 0.18 31.94 0.6 0.54
Hex D0 8F 45 0 1F 43 12 20 3C 36
Octal 320 217 105 0 37 103 22 40 74 66
Binary 11010000 10001111 1000101 0 11111 1000011 10010 100000 111100 110110

Color Harmonies of #D08F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F45

Black with #D08F45

Text Example


Text Example

White with #D08F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F45; }

 p { color: rgb(208,143,69); }

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

background-color css

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

 a { background-color: rgb(208,143,69); }

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

border-color css

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

 span { border-color: rgb(208,143,69); }

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