Html Css Color HEX #DDA665 Porsche

📋 copy color: '#DDA665'

red 221 ◦ green 166 ◦ blue 101

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

Shades of Porsche #DDA665

Tints of Porsche #DDA665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 45.29%
G = 34.02%
B = 20.7%

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

#DDA665 (or 0xDDA665) is known color: Porsche. HEX triplet: DD, A6 and 65. RGB value is (221,166,101). Sum of RGB (Red+Green+Blue) = 221+166+101=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA665 is #22599A. Grayscale: #AFAFAF. Windows color (decimal): -2251163 or 6661853. OLE color: 6661853.

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

Color convert

RGB 221 166 101 -
CMYK 0 0.25 0.54 0.13
HSL 32.5º 0.64% 0.63% -
HSV(B) 32.5º 0.54% 0.87% -
XYZ 45.8 43.58 18.31 -
YUV 175.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 221 166 101 0 0.25 0.54 0.13 32.5 0.64 0.63
Hex DD A6 65 0 19 36 D 20 40 3F
Octal 335 246 145 0 31 66 15 40 100 77
Binary 11011101 10100110 1100101 0 11001 110110 1101 100000 1000000 111111

Color Harmonies of #DDA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA665

Black with #DDA665

Text Example


Text Example

White with #DDA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA665; }

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

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

background-color css

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

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

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

border-color css

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

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

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