Html Css Color HEX #DDA163 Porsche

📋 copy color: '#DDA163'

red 221 ◦ green 161 ◦ blue 99

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

Shades of Porsche #DDA163

Tints of Porsche #DDA163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.58%

R = 45.95%
G = 33.47%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA163 (or 0xDDA163) is known color: Porsche. HEX triplet: DD, A1 and 63. RGB value is (221,161,99). Sum of RGB (Red+Green+Blue) = 221+161+99=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA163 is #225E9C. Grayscale: #ACACAC. Windows color (decimal): -2252445 or 6529501. OLE color: 6529501.

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

Color convert

RGB 221 161 99 -
CMYK 0 0.27 0.55 0.13
HSL 30.49º 0.64% 0.63% -
HSV(B) 30.49º 0.55% 0.87% -
XYZ 44.82 41.76 17.5 -
YUV 171.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 221 161 99 0 0.27 0.55 0.13 30.49 0.64 0.63
Hex DD A1 63 0 1B 37 D 1E 40 3F
Octal 335 241 143 0 33 67 15 36 100 77
Binary 11011101 10100001 1100011 0 11011 110111 1101 11110 1000000 111111

Color Harmonies of #DDA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA163

Black with #DDA163

Text Example


Text Example

White with #DDA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA163; }

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

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

background-color css

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

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

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

border-color css

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

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

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