Html Css Color HEX #DDA167 Porsche

📋 copy color: '#DDA167'

red 221 ◦ green 161 ◦ blue 103

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

Shades of Porsche #DDA167

Tints of Porsche #DDA167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.24%

R = 45.57%
G = 33.2%
B = 21.24%

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

#DDA167 (or 0xDDA167) is known color: Porsche. HEX triplet: DD, A1 and 67. RGB value is (221,161,103). Sum of RGB (Red+Green+Blue) = 221+161+103=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA167 is #225E98. Grayscale: #ACACAC. Windows color (decimal): -2252441 or 6791645. OLE color: 6791645.

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

Color convert

RGB 221 161 103 -
CMYK 0 0.27 0.53 0.13
HSL 29.49º 0.63% 0.64% -
HSV(B) 29.49º 0.53% 0.87% -
XYZ 45.01 41.84 18.54 -
YUV 172.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 221 161 103 0 0.27 0.53 0.13 29.49 0.63 0.64
Hex DD A1 67 0 1B 35 D 1D 3F 40
Octal 335 241 147 0 33 65 15 35 77 100
Binary 11011101 10100001 1100111 0 11011 110101 1101 11101 111111 1000000

Color Harmonies of #DDA167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA167

Black with #DDA167

Text Example


Text Example

White with #DDA167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA167; }

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

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

background-color css

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

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

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

border-color css

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

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

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