Html Css Color HEX #DDA160 Porsche

📋 copy color: '#DDA160'

red 221 ◦ green 161 ◦ blue 96

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

Shades of Porsche #DDA160

Tints of Porsche #DDA160

RGB

 RED value IS 221 (86.72% from 255) = 46.23%

 GREEN value IS 161 (63.28% from 255) = 33.68%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 46.23%
G = 33.68%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA160 (or 0xDDA160) is known color: Porsche. HEX triplet: DD, A1 and 60. RGB value is (221,161,96). Sum of RGB (Red+Green+Blue) = 221+161+96=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA160 is #225E9F. Grayscale: #ABABAB. Windows color (decimal): -2252448 or 6332893. OLE color: 6332893.

HSL color Cylindrical-coordinate representation of color #DDA160: hue angle of 31.2º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDA160 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 96 -
CMYK 0 0.27 0.57 0.13
HSL 31.2º 0.65% 0.62% -
HSV(B) 31.2º 0.57% 0.87% -
XYZ 44.67 41.71 16.76 -
YUV 171.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 221 161 96 0 0.27 0.57 0.13 31.2 0.65 0.62
Hex DD A1 60 0 1B 39 D 1F 41 3E
Octal 335 241 140 0 33 71 15 37 101 76
Binary 11011101 10100001 1100000 0 11011 111001 1101 11111 1000001 111110

Color Harmonies of #DDA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA160

Black with #DDA160

Text Example


Text Example

White with #DDA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA160; }

 p { color: rgb(221,161,96); }

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

background-color css

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

 a { background-color: rgb(221,161,96); }

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

border-color css

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

 span { border-color: rgb(221,161,96); }

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