Html Css Color HEX #DDA06D Porsche

📋 copy color: '#DDA06D'

red 221 ◦ green 160 ◦ blue 109

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

Shades of Porsche #DDA06D

Tints of Porsche #DDA06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.24%

R = 45.1%
G = 32.65%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDA06D (or 0xDDA06D) is known color: Porsche. HEX triplet: DD, A0 and 6D. RGB value is (221,160,109). Sum of RGB (Red+Green+Blue) = 221+160+109=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06D is #225F92. Grayscale: #ACACAC. Windows color (decimal): -2252691 or 7184605. OLE color: 7184605.

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

Color convert

RGB 221 160 109 -
CMYK 0 0.28 0.51 0.13
HSL 27.32º 0.62% 0.65% -
HSV(B) 27.32º 0.51% 0.87% -
XYZ 45.15 41.62 20.12 -
YUV 172.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 221 160 109 0 0.28 0.51 0.13 27.32 0.62 0.65
Hex DD A0 6D 0 1C 33 D 1B 3E 41
Octal 335 240 155 0 34 63 15 33 76 101
Binary 11011101 10100000 1101101 0 11100 110011 1101 11011 111110 1000001

Color Harmonies of #DDA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA06D

Black with #DDA06D

Text Example


Text Example

White with #DDA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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