Html Css Color HEX #DDA361 Porsche

📋 copy color: '#DDA361'

red 221 ◦ green 163 ◦ blue 97

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

Shades of Porsche #DDA361

Tints of Porsche #DDA361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 45.95%
G = 33.89%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA361 (or 0xDDA361) is known color: Porsche. HEX triplet: DD, A3 and 61. RGB value is (221,163,97). Sum of RGB (Red+Green+Blue) = 221+163+97=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA361 is #225C9E. Grayscale: #ADADAD. Windows color (decimal): -2251935 or 6398941. OLE color: 6398941.

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

Color convert

RGB 221 163 97 -
CMYK 0 0.26 0.56 0.13
HSL 31.94º 0.65% 0.62% -
HSV(B) 31.94º 0.56% 0.87% -
XYZ 45.07 42.43 17.12 -
YUV 172.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 221 163 97 0 0.26 0.56 0.13 31.94 0.65 0.62
Hex DD A3 61 0 1A 38 D 20 41 3E
Octal 335 243 141 0 32 70 15 40 101 76
Binary 11011101 10100011 1100001 0 11010 111000 1101 100000 1000001 111110

Color Harmonies of #DDA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA361

Black with #DDA361

Text Example


Text Example

White with #DDA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA361; }

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

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

background-color css

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

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

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

border-color css

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

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

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