Html Css Color HEX #DDA162 Porsche

📋 copy color: '#DDA162'

red 221 ◦ green 161 ◦ blue 98

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

Shades of Porsche #DDA162

Tints of Porsche #DDA162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.42%

R = 46.04%
G = 33.54%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA162 (or 0xDDA162) is known color: Porsche. HEX triplet: DD, A1 and 62. RGB value is (221,161,98). Sum of RGB (Red+Green+Blue) = 221+161+98=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA162 is #225E9D. Grayscale: #ACACAC. Windows color (decimal): -2252446 or 6463965. OLE color: 6463965.

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

Color convert

RGB 221 161 98 -
CMYK 0 0.27 0.56 0.13
HSL 30.73º 0.64% 0.63% -
HSV(B) 30.73º 0.56% 0.87% -
XYZ 44.77 41.74 17.25 -
YUV 171.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 221 161 98 0 0.27 0.56 0.13 30.73 0.64 0.63
Hex DD A1 62 0 1B 38 D 1F 40 3F
Octal 335 241 142 0 33 70 15 37 100 77
Binary 11011101 10100001 1100010 0 11011 111000 1101 11111 1000000 111111

Color Harmonies of #DDA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA162

Black with #DDA162

Text Example


Text Example

White with #DDA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA162; }

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

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

background-color css

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

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

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

border-color css

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

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

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