Html Css Color HEX #DDA664 Porsche

📋 copy color: '#DDA664'

red 221 ◦ green 166 ◦ blue 100

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

Shades of Porsche #DDA664

Tints of Porsche #DDA664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.53%

R = 45.38%
G = 34.09%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA664 (or 0xDDA664) is known color: Porsche. HEX triplet: DD, A6 and 64. RGB value is (221,166,100). Sum of RGB (Red+Green+Blue) = 221+166+100=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA664 is #22599B. Grayscale: #AFAFAF. Windows color (decimal): -2251164 or 6596317. OLE color: 6596317.

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

Color convert

RGB 221 166 100 -
CMYK 0 0.25 0.55 0.13
HSL 32.73º 0.64% 0.63% -
HSV(B) 32.73º 0.55% 0.87% -
XYZ 45.76 43.56 18.05 -
YUV 174.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 221 166 100 0 0.25 0.55 0.13 32.73 0.64 0.63
Hex DD A6 64 0 19 37 D 21 40 3F
Octal 335 246 144 0 31 67 15 41 100 77
Binary 11011101 10100110 1100100 0 11001 110111 1101 100001 1000000 111111

Color Harmonies of #DDA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA664

Black with #DDA664

Text Example


Text Example

White with #DDA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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