Html Css Color HEX #DDA260 Porsche

📋 copy color: '#DDA260'

red 221 ◦ green 162 ◦ blue 96

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

Shades of Porsche #DDA260

Tints of Porsche #DDA260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.04%

R = 46.14%
G = 33.82%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA260 (or 0xDDA260) is known color: Porsche. HEX triplet: DD, A2 and 60. RGB value is (221,162,96). Sum of RGB (Red+Green+Blue) = 221+162+96=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA260 is #225D9F. Grayscale: #ACACAC. Windows color (decimal): -2252192 or 6333149. OLE color: 6333149.

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

Color convert

RGB 221 162 96 -
CMYK 0 0.27 0.57 0.13
HSL 31.68º 0.65% 0.62% -
HSV(B) 31.68º 0.57% 0.87% -
XYZ 44.85 42.06 16.82 -
YUV 172.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 221 162 96 0 0.27 0.57 0.13 31.68 0.65 0.62
Hex DD A2 60 0 1B 39 D 20 41 3E
Octal 335 242 140 0 33 71 15 40 101 76
Binary 11011101 10100010 1100000 0 11011 111001 1101 100000 1000001 111110

Color Harmonies of #DDA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA260

Black with #DDA260

Text Example


Text Example

White with #DDA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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