Html Css Color HEX #DDA069 Porsche

📋 copy color: '#DDA069'

red 221 ◦ green 160 ◦ blue 105

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

Shades of Porsche #DDA069

Tints of Porsche #DDA069

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.92%

 BLUE value IS 105 (41.41% from 255) = 21.6%

R = 45.47%
G = 32.92%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDA069 (or 0xDDA069) is known color: Porsche. HEX triplet: DD, A0 and 69. RGB value is (221,160,105). Sum of RGB (Red+Green+Blue) = 221+160+105=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA069 is #225F96. Grayscale: #ACACAC. Windows color (decimal): -2252695 or 6922461. OLE color: 6922461.

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

Color convert

RGB 221 160 105 -
CMYK 0 0.28 0.52 0.13
HSL 28.45º 0.63% 0.64% -
HSV(B) 28.45º 0.52% 0.87% -
XYZ 44.94 41.53 19.01 -
YUV 171.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 221 160 105 0 0.28 0.52 0.13 28.45 0.63 0.64
Hex DD A0 69 0 1C 34 D 1C 3F 40
Octal 335 240 151 0 34 64 15 34 77 100
Binary 11011101 10100000 1101001 0 11100 110100 1101 11100 111111 1000000

Color Harmonies of #DDA069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA069

Black with #DDA069

Text Example


Text Example

White with #DDA069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA069; }

 p { color: rgb(221,160,105); }

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

background-color css

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

 a { background-color: rgb(221,160,105); }

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

border-color css

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

 span { border-color: rgb(221,160,105); }

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