Html Css Color HEX #DDA360 Porsche

📋 copy color: '#DDA360'

red 221 ◦ green 163 ◦ blue 96

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

Shades of Porsche #DDA360

Tints of Porsche #DDA360

RGB

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

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

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

R = 46.04%
G = 33.96%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA360 (or 0xDDA360) is known color: Porsche. HEX triplet: DD, A3 and 60. RGB value is (221,163,96). Sum of RGB (Red+Green+Blue) = 221+163+96=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA360 is #225C9F. Grayscale: #ADADAD. Windows color (decimal): -2251936 or 6333405. OLE color: 6333405.

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

Color convert

RGB 221 163 96 -
CMYK 0 0.26 0.57 0.13
HSL 32.16º 0.65% 0.62% -
HSV(B) 32.16º 0.57% 0.87% -
XYZ 45.03 42.41 16.88 -
YUV 172.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 221 163 96 0 0.26 0.57 0.13 32.16 0.65 0.62
Hex DD A3 60 0 1A 39 D 20 41 3E
Octal 335 243 140 0 32 71 15 40 101 76
Binary 11011101 10100011 1100000 0 11010 111001 1101 100000 1000001 111110

Color Harmonies of #DDA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA360

Black with #DDA360

Text Example


Text Example

White with #DDA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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