Html Css Color HEX #D28941 Peru

📋 copy color: '#D28941'

red 210 ◦ green 137 ◦ blue 65

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

Shades of Peru #D28941

Tints of Peru #D28941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 50.97%
G = 33.25%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28941 (or 0xD28941) is known color: Peru. HEX triplet: D2, 89 and 41. RGB value is (210,137,65). Sum of RGB (Red+Green+Blue) = 210+137+65=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D28941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28941 is #2D76BE. Grayscale: #969696. Windows color (decimal): -2979519 or 4295122. OLE color: 4295122.

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

Color convert

RGB 210 137 65 -
CMYK 0 0.35 0.69 0.18
HSL 29.79º 0.62% 0.54% -
HSV(B) 29.79º 0.69% 0.82% -
XYZ 36.48 31.97 9.25 -
YUV 150.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 210 137 65 0 0.35 0.69 0.18 29.79 0.62 0.54
Hex D2 89 41 0 23 45 12 1E 3E 36
Octal 322 211 101 0 43 105 22 36 76 66
Binary 11010010 10001001 1000001 0 100011 1000101 10010 11110 111110 110110

Color Harmonies of #D28941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28941

Black with #D28941

Text Example


Text Example

White with #D28941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28941; }

 p { color: rgb(210,137,65); }

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

background-color css

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

 a { background-color: rgb(210,137,65); }

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

border-color css

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

 span { border-color: rgb(210,137,65); }

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