Html Css Color HEX #D08738 Peru

📋 copy color: '#D08738'

red 208 ◦ green 135 ◦ blue 56

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

Shades of Peru #D08738

Tints of Peru #D08738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

 BLUE value IS 56 (22.27% from 255) = 14.04%

R = 52.13%
G = 33.83%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D08738 (or 0xD08738) is known color: Peru. HEX triplet: D0, 87 and 38. RGB value is (208,135,56). Sum of RGB (Red+Green+Blue) = 208+135+56=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D08738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08738 is #2F78C7. Grayscale: #949494. Windows color (decimal): -3111112 or 3704784. OLE color: 3704784.

HSL color Cylindrical-coordinate representation of color #D08738: hue angle of 31.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D08738 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 56 -
CMYK 0 0.35 0.73 0.18
HSL 31.18º 0.62% 0.52% -
HSV(B) 31.18º 0.73% 0.82% -
XYZ 35.39 31.02 7.86 -
YUV 147.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 208 135 56 0 0.35 0.73 0.18 31.18 0.62 0.52
Hex D0 87 38 0 23 49 12 1F 3E 34
Octal 320 207 70 0 43 111 22 37 76 64
Binary 11010000 10000111 111000 0 100011 1001001 10010 11111 111110 110100

Color Harmonies of #D08738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08738

Black with #D08738

Text Example


Text Example

White with #D08738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08738; }

 p { color: rgb(208,135,56); }

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

background-color css

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

 a { background-color: rgb(208,135,56); }

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

border-color css

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

 span { border-color: rgb(208,135,56); }

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