Html Css Color HEX #DDA165 Porsche

📋 copy color: '#DDA165'

red 221 ◦ green 161 ◦ blue 101

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

Shades of Porsche #DDA165

Tints of Porsche #DDA165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 45.76%
G = 33.33%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA165 (or 0xDDA165) is known color: Porsche. HEX triplet: DD, A1 and 65. RGB value is (221,161,101). Sum of RGB (Red+Green+Blue) = 221+161+101=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA165 is #225E9A. Grayscale: #ACACAC. Windows color (decimal): -2252443 or 6660573. OLE color: 6660573.

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

Color convert

RGB 221 161 101 -
CMYK 0 0.27 0.54 0.13
HSL 30º 0.64% 0.63% -
HSV(B) 30º 0.54% 0.87% -
XYZ 44.91 41.8 18.01 -
YUV 172.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 221 161 101 0 0.27 0.54 0.13 30 0.64 0.63
Hex DD A1 65 0 1B 36 D 1E 40 3F
Octal 335 241 145 0 33 66 15 36 100 77
Binary 11011101 10100001 1100101 0 11011 110110 1101 11110 1000000 111111

Color Harmonies of #DDA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA165

Black with #DDA165

Text Example


Text Example

White with #DDA165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA165; }

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

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

background-color css

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

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

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

border-color css

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

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

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