Html Css Color HEX #DDA561 Porsche

📋 copy color: '#DDA561'

red 221 ◦ green 165 ◦ blue 97

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

Shades of Porsche #DDA561

Tints of Porsche #DDA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

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

R = 45.76%
G = 34.16%
B = 20.08%

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

#DDA561 (or 0xDDA561) is known color: Porsche. HEX triplet: DD, A5 and 61. RGB value is (221,165,97). Sum of RGB (Red+Green+Blue) = 221+165+97=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA561 is #225A9E. Grayscale: #AEAEAE. Windows color (decimal): -2251423 or 6399453. OLE color: 6399453.

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

Color convert

RGB 221 165 97 -
CMYK 0 0.25 0.56 0.13
HSL 32.9º 0.65% 0.62% -
HSV(B) 32.9º 0.56% 0.87% -
XYZ 45.43 43.15 17.24 -
YUV 173.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 221 165 97 0 0.25 0.56 0.13 32.9 0.65 0.62
Hex DD A5 61 0 19 38 D 21 41 3E
Octal 335 245 141 0 31 70 15 41 101 76
Binary 11011101 10100101 1100001 0 11001 111000 1101 100001 1000001 111110

Color Harmonies of #DDA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA561

Black with #DDA561

Text Example


Text Example

White with #DDA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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