Html Css Color HEX #D28638 Peru

📋 copy color: '#D28638'

red 210 ◦ green 134 ◦ blue 56

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

Shades of Peru #D28638

Tints of Peru #D28638

RGB

 RED value IS 210 (82.42% from 255) = 52.5%

 GREEN value IS 134 (52.73% from 255) = 33.5%

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

R = 52.5%
G = 33.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D28638 (or 0xD28638) is known color: Peru. HEX triplet: D2, 86 and 38. RGB value is (210,134,56). Sum of RGB (Red+Green+Blue) = 210+134+56=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D28638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28638 is #2D79C7. Grayscale: #949494. Windows color (decimal): -2980296 or 3704530. OLE color: 3704530.

HSL color Cylindrical-coordinate representation of color #D28638: hue angle of 30.39º degrees, saturation: 0.63, 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 #D28638 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 56 -
CMYK 0 0.36 0.73 0.18
HSL 30.39º 0.63% 0.52% -
HSV(B) 30.39º 0.73% 0.82% -
XYZ 35.82 31.04 7.84 -
YUV 147.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 210 134 56 0 0.36 0.73 0.18 30.39 0.63 0.52
Hex D2 86 38 0 24 49 12 1E 3F 34
Octal 322 206 70 0 44 111 22 36 77 64
Binary 11010010 10000110 111000 0 100100 1001001 10010 11110 111111 110100

Color Harmonies of #D28638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28638

Black with #D28638

Text Example


Text Example

White with #D28638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28638; }

 p { color: rgb(210,134,56); }

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

background-color css

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

 a { background-color: rgb(210,134,56); }

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

border-color css

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

 span { border-color: rgb(210,134,56); }

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