Html Css Color HEX #DDA668 Porsche

📋 copy color: '#DDA668'

red 221 ◦ green 166 ◦ blue 104

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

Shades of Porsche #DDA668

Tints of Porsche #DDA668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 45.01%
G = 33.81%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDA668 (or 0xDDA668) is known color: Porsche. HEX triplet: DD, A6 and 68. RGB value is (221,166,104). Sum of RGB (Red+Green+Blue) = 221+166+104=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA668 is #225997. Grayscale: #AFAFAF. Windows color (decimal): -2251160 or 6858461. OLE color: 6858461.

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

Color convert

RGB 221 166 104 -
CMYK 0 0.25 0.53 0.13
HSL 31.79º 0.63% 0.64% -
HSV(B) 31.79º 0.53% 0.87% -
XYZ 45.95 43.64 19.1 -
YUV 175.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 221 166 104 0 0.25 0.53 0.13 31.79 0.63 0.64
Hex DD A6 68 0 19 35 D 20 3F 40
Octal 335 246 150 0 31 65 15 40 77 100
Binary 11011101 10100110 1101000 0 11001 110101 1101 100000 111111 1000000

Color Harmonies of #DDA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA668

Black with #DDA668

Text Example


Text Example

White with #DDA668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA668; }

 p { color: rgb(221,166,104); }

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

background-color css

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

 a { background-color: rgb(221,166,104); }

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

border-color css

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

 span { border-color: rgb(221,166,104); }

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