Html Css Color HEX #DDA666 Porsche

📋 copy color: '#DDA666'

red 221 ◦ green 166 ◦ blue 102

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

Shades of Porsche #DDA666

Tints of Porsche #DDA666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.86%

R = 45.19%
G = 33.95%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA666 (or 0xDDA666) is known color: Porsche. HEX triplet: DD, A6 and 66. RGB value is (221,166,102). Sum of RGB (Red+Green+Blue) = 221+166+102=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA666 is #225999. Grayscale: #AFAFAF. Windows color (decimal): -2251162 or 6727389. OLE color: 6727389.

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

Color convert

RGB 221 166 102 -
CMYK 0 0.25 0.54 0.13
HSL 32.27º 0.64% 0.63% -
HSV(B) 32.27º 0.54% 0.87% -
XYZ 45.85 43.6 18.57 -
YUV 175.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 221 166 102 0 0.25 0.54 0.13 32.27 0.64 0.63
Hex DD A6 66 0 19 36 D 20 40 3F
Octal 335 246 146 0 31 66 15 40 100 77
Binary 11011101 10100110 1100110 0 11001 110110 1101 100000 1000000 111111

Color Harmonies of #DDA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA666

Black with #DDA666

Text Example


Text Example

White with #DDA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA666; }

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

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

background-color css

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

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

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

border-color css

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

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

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