Html Css Color HEX #D68538 Peru

📋 copy color: '#D68538'

red 214 ◦ green 133 ◦ blue 56

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

Shades of Peru #D68538

Tints of Peru #D68538

RGB

 RED value IS 214 (83.98% from 255) = 53.1%

 GREEN value IS 133 (52.34% from 255) = 33%

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

R = 53.1%
G = 33%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D68538 (or 0xD68538) is known color: Peru. HEX triplet: D6, 85 and 38. RGB value is (214,133,56). Sum of RGB (Red+Green+Blue) = 214+133+56=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D68538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68538 is #297AC7. Grayscale: #949494. Windows color (decimal): -2718408 or 3704278. OLE color: 3704278.

HSL color Cylindrical-coordinate representation of color #D68538: hue angle of 29.24º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D68538 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 56 -
CMYK 0 0.38 0.74 0.16
HSL 29.24º 0.66% 0.53% -
HSV(B) 29.24º 0.74% 0.84% -
XYZ 36.83 31.36 7.85 -
YUV 148.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 214 133 56 0 0.38 0.74 0.16 29.24 0.66 0.53
Hex D6 85 38 0 26 4A 10 1D 42 35
Octal 326 205 70 0 46 112 20 35 102 65
Binary 11010110 10000101 111000 0 100110 1001010 10000 11101 1000010 110101

Color Harmonies of #D68538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68538

Black with #D68538

Text Example


Text Example

White with #D68538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68538; }

 p { color: rgb(214,133,56); }

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

background-color css

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

 a { background-color: rgb(214,133,56); }

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

border-color css

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

 span { border-color: rgb(214,133,56); }

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