Html Css Color HEX #DDA06E Porsche

📋 copy color: '#DDA06E'

red 221 ◦ green 160 ◦ blue 110

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

Shades of Porsche #DDA06E

Tints of Porsche #DDA06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 45.01%
G = 32.59%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDA06E (or 0xDDA06E) is known color: Porsche. HEX triplet: DD, A0 and 6E. RGB value is (221,160,110). Sum of RGB (Red+Green+Blue) = 221+160+110=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06E is #225F91. Grayscale: #ACACAC. Windows color (decimal): -2252690 or 7250141. OLE color: 7250141.

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

Color convert

RGB 221 160 110 -
CMYK 0 0.28 0.50 0.13
HSL 27.03º 0.62% 0.65% -
HSV(B) 27.03º 0.5% 0.87% -
XYZ 45.2 41.64 20.41 -
YUV 172.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 221 160 110 0 0.28 0.50 0.13 27.03 0.62 0.65
Hex DD A0 6E 0 1C 32 D 1B 3E 41
Octal 335 240 156 0 34 62 15 33 76 101
Binary 11011101 10100000 1101110 0 11100 110010 1101 11011 111110 1000001

Color Harmonies of #DDA06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA06E

Black with #DDA06E

Text Example


Text Example

White with #DDA06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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