Html Css Color HEX #DDA661 Porsche

📋 copy color: '#DDA661'

red 221 ◦ green 166 ◦ blue 97

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

Shades of Porsche #DDA661

Tints of Porsche #DDA661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.04%

R = 45.66%
G = 34.3%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA661 (or 0xDDA661) is known color: Porsche. HEX triplet: DD, A6 and 61. RGB value is (221,166,97). Sum of RGB (Red+Green+Blue) = 221+166+97=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA661 is #22599E. Grayscale: #AEAEAE. Windows color (decimal): -2251167 or 6399709. OLE color: 6399709.

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

Color convert

RGB 221 166 97 -
CMYK 0 0.25 0.56 0.13
HSL 33.39º 0.65% 0.62% -
HSV(B) 33.39º 0.56% 0.87% -
XYZ 45.61 43.51 17.3 -
YUV 174.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 221 166 97 0 0.25 0.56 0.13 33.39 0.65 0.62
Hex DD A6 61 0 19 38 D 21 41 3E
Octal 335 246 141 0 31 70 15 41 101 76
Binary 11011101 10100110 1100001 0 11001 111000 1101 100001 1000001 111110

Color Harmonies of #DDA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA661

Black with #DDA661

Text Example


Text Example

White with #DDA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA661; }

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

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

background-color css

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

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

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

border-color css

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

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

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