Html Css Color HEX #DDA46E Porsche

📋 copy color: '#DDA46E'

red 221 ◦ green 164 ◦ blue 110

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

Shades of Porsche #DDA46E

Tints of Porsche #DDA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.13%

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

R = 44.65%
G = 33.13%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDA46E (or 0xDDA46E) is known color: Porsche. HEX triplet: DD, A4 and 6E. RGB value is (221,164,110). Sum of RGB (Red+Green+Blue) = 221+164+110=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA46E is #225B91. Grayscale: #AFAFAF. Windows color (decimal): -2251666 or 7251165. OLE color: 7251165.

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

Color convert

RGB 221 164 110 -
CMYK 0 0.26 0.50 0.13
HSL 29.19º 0.62% 0.65% -
HSV(B) 29.19º 0.5% 0.87% -
XYZ 45.91 43.05 20.64 -
YUV 174.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 221 164 110 0 0.26 0.50 0.13 29.19 0.62 0.65
Hex DD A4 6E 0 1A 32 D 1D 3E 41
Octal 335 244 156 0 32 62 15 35 76 101
Binary 11011101 10100100 1101110 0 11010 110010 1101 11101 111110 1000001

Color Harmonies of #DDA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA46E

Black with #DDA46E

Text Example


Text Example

White with #DDA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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