Html Css Color HEX #DDA168 Porsche

📋 copy color: '#DDA168'

red 221 ◦ green 161 ◦ blue 104

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

Shades of Porsche #DDA168

Tints of Porsche #DDA168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 45.47%
G = 33.13%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDA168 (or 0xDDA168) is known color: Porsche. HEX triplet: DD, A1 and 68. RGB value is (221,161,104). Sum of RGB (Red+Green+Blue) = 221+161+104=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA168 is #225E97. Grayscale: #ACACAC. Windows color (decimal): -2252440 or 6857181. OLE color: 6857181.

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

Color convert

RGB 221 161 104 -
CMYK 0 0.27 0.53 0.13
HSL 29.23º 0.63% 0.64% -
HSV(B) 29.23º 0.53% 0.87% -
XYZ 45.06 41.86 18.8 -
YUV 172.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 221 161 104 0 0.27 0.53 0.13 29.23 0.63 0.64
Hex DD A1 68 0 1B 35 D 1D 3F 40
Octal 335 241 150 0 33 65 15 35 77 100
Binary 11011101 10100001 1101000 0 11011 110101 1101 11101 111111 1000000

Color Harmonies of #DDA168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA168

Black with #DDA168

Text Example


Text Example

White with #DDA168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA168; }

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

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

background-color css

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

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

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

border-color css

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

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

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