Html Css Color HEX #D29048 Peru

📋 copy color: '#D29048'

red 210 ◦ green 144 ◦ blue 72

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

Shades of Peru #D29048

Tints of Peru #D29048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

 BLUE value IS 72 (28.52% from 255) = 16.9%

R = 49.3%
G = 33.8%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D29048 (or 0xD29048) is known color: Peru. HEX triplet: D2, 90 and 48. RGB value is (210,144,72). Sum of RGB (Red+Green+Blue) = 210+144+72=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D29048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29048 is #2D6FB7. Grayscale: #9B9B9B. Windows color (decimal): -2977720 or 4755666. OLE color: 4755666.

HSL color Cylindrical-coordinate representation of color #D29048: hue angle of 31.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D29048 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 72 -
CMYK 0 0.31 0.66 0.18
HSL 31.3º 0.61% 0.55% -
HSV(B) 31.3º 0.66% 0.82% -
XYZ 37.72 34.12 10.73 -
YUV 155.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 210 144 72 0 0.31 0.66 0.18 31.3 0.61 0.55
Hex D2 90 48 0 1F 42 12 1F 3D 37
Octal 322 220 110 0 37 102 22 37 75 67
Binary 11010010 10010000 1001000 0 11111 1000010 10010 11111 111101 110111

Color Harmonies of #D29048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29048

Black with #D29048

Text Example


Text Example

White with #D29048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29048; }

 p { color: rgb(210,144,72); }

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

background-color css

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

 a { background-color: rgb(210,144,72); }

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

border-color css

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

 span { border-color: rgb(210,144,72); }

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