Html Css Color HEX #DDA263 Porsche

📋 copy color: '#DDA263'

red 221 ◦ green 162 ◦ blue 99

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

Shades of Porsche #DDA263

Tints of Porsche #DDA263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

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

R = 45.85%
G = 33.61%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA263 (or 0xDDA263) is known color: Porsche. HEX triplet: DD, A2 and 63. RGB value is (221,162,99). Sum of RGB (Red+Green+Blue) = 221+162+99=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA263 is #225D9C. Grayscale: #ACACAC. Windows color (decimal): -2252189 or 6529757. OLE color: 6529757.

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

Color convert

RGB 221 162 99 -
CMYK 0 0.27 0.55 0.13
HSL 30.98º 0.64% 0.63% -
HSV(B) 30.98º 0.55% 0.87% -
XYZ 44.99 42.11 17.56 -
YUV 172.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 221 162 99 0 0.27 0.55 0.13 30.98 0.64 0.63
Hex DD A2 63 0 1B 37 D 1F 40 3F
Octal 335 242 143 0 33 67 15 37 100 77
Binary 11011101 10100010 1100011 0 11011 110111 1101 11111 1000000 111111

Color Harmonies of #DDA263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA263

Black with #DDA263

Text Example


Text Example

White with #DDA263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA263; }

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

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

background-color css

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

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

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

border-color css

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

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

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