Html Css Color HEX #DDA363 Porsche

📋 copy color: '#DDA363'

red 221 ◦ green 163 ◦ blue 99

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

Shades of Porsche #DDA363

Tints of Porsche #DDA363

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 45.76%
G = 33.75%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA363 (or 0xDDA363) is known color: Porsche. HEX triplet: DD, A3 and 63. RGB value is (221,163,99). Sum of RGB (Red+Green+Blue) = 221+163+99=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA363 is #225C9C. Grayscale: #ADADAD. Windows color (decimal): -2251933 or 6530013. OLE color: 6530013.

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

Color convert

RGB 221 163 99 -
CMYK 0 0.26 0.55 0.13
HSL 31.48º 0.64% 0.63% -
HSV(B) 31.48º 0.55% 0.87% -
XYZ 45.17 42.47 17.62 -
YUV 173.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 221 163 99 0 0.26 0.55 0.13 31.48 0.64 0.63
Hex DD A3 63 0 1A 37 D 1F 40 3F
Octal 335 243 143 0 32 67 15 37 100 77
Binary 11011101 10100011 1100011 0 11010 110111 1101 11111 1000000 111111

Color Harmonies of #DDA363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA363

Black with #DDA363

Text Example


Text Example

White with #DDA363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA363; }

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

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

background-color css

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

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

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

border-color css

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

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

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