Html Css Color HEX #DDA164 Porsche

📋 copy color: '#DDA164'

red 221 ◦ green 161 ◦ blue 100

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

Shades of Porsche #DDA164

Tints of Porsche #DDA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 45.85%
G = 33.4%
B = 20.75%

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

#DDA164 (or 0xDDA164) is known color: Porsche. HEX triplet: DD, A1 and 64. RGB value is (221,161,100). Sum of RGB (Red+Green+Blue) = 221+161+100=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA164 is #225E9B. Grayscale: #ACACAC. Windows color (decimal): -2252444 or 6595037. OLE color: 6595037.

HSL color Cylindrical-coordinate representation of color #DDA164: hue angle of 30.25º 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 #DDA164 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 100 -
CMYK 0 0.27 0.55 0.13
HSL 30.25º 0.64% 0.63% -
HSV(B) 30.25º 0.55% 0.87% -
XYZ 44.86 41.78 17.76 -
YUV 171.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 221 161 100 0 0.27 0.55 0.13 30.25 0.64 0.63
Hex DD A1 64 0 1B 37 D 1E 40 3F
Octal 335 241 144 0 33 67 15 36 100 77
Binary 11011101 10100001 1100100 0 11011 110111 1101 11110 1000000 111111

Color Harmonies of #DDA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA164

Black with #DDA164

Text Example


Text Example

White with #DDA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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