Html Css Color HEX #D08C44 Peru

📋 copy color: '#D08C44'

red 208 ◦ green 140 ◦ blue 68

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

Shades of Peru #D08C44

Tints of Peru #D08C44

RGB

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

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

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

R = 50%
G = 33.65%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08C44 (or 0xD08C44) is known color: Peru. HEX triplet: D0, 8C and 44. RGB value is (208,140,68). Sum of RGB (Red+Green+Blue) = 208+140+68=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C44 is #2F73BB. Grayscale: #989898. Windows color (decimal): -3109820 or 4492496. OLE color: 4492496.

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

Color convert

RGB 208 140 68 -
CMYK 0 0.33 0.67 0.18
HSL 30.86º 0.6% 0.54% -
HSV(B) 30.86º 0.67% 0.82% -
XYZ 36.43 32.58 9.84 -
YUV 152.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 208 140 68 0 0.33 0.67 0.18 30.86 0.6 0.54
Hex D0 8C 44 0 21 43 12 1F 3C 36
Octal 320 214 104 0 41 103 22 37 74 66
Binary 11010000 10001100 1000100 0 100001 1000011 10010 11111 111100 110110

Color Harmonies of #D08C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C44

Black with #D08C44

Text Example


Text Example

White with #D08C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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