Html Css Color HEX #DDA563 Porsche

📋 copy color: '#DDA563'

red 221 ◦ green 165 ◦ blue 99

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

Shades of Porsche #DDA563

Tints of Porsche #DDA563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 45.57%
G = 34.02%
B = 20.41%

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

#DDA563 (or 0xDDA563) is known color: Porsche. HEX triplet: DD, A5 and 63. RGB value is (221,165,99). Sum of RGB (Red+Green+Blue) = 221+165+99=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA563 is #225A9C. Grayscale: #AEAEAE. Windows color (decimal): -2251421 or 6530525. OLE color: 6530525.

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

Color convert

RGB 221 165 99 -
CMYK 0 0.25 0.55 0.13
HSL 32.46º 0.64% 0.63% -
HSV(B) 32.46º 0.55% 0.87% -
XYZ 45.53 43.18 17.74 -
YUV 174.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 221 165 99 0 0.25 0.55 0.13 32.46 0.64 0.63
Hex DD A5 63 0 19 37 D 20 40 3F
Octal 335 245 143 0 31 67 15 40 100 77
Binary 11011101 10100101 1100011 0 11001 110111 1101 100000 1000000 111111

Color Harmonies of #DDA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA563

Black with #DDA563

Text Example


Text Example

White with #DDA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA563; }

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

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

background-color css

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

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

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

border-color css

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

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

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