Html Css Color HEX #DDA261 Porsche

📋 copy color: '#DDA261'

red 221 ◦ green 162 ◦ blue 97

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

Shades of Porsche #DDA261

Tints of Porsche #DDA261

RGB

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

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

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

R = 46.04%
G = 33.75%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA261 (or 0xDDA261) is known color: Porsche. HEX triplet: DD, A2 and 61. RGB value is (221,162,97). Sum of RGB (Red+Green+Blue) = 221+162+97=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA261 is #225D9E. Grayscale: #ACACAC. Windows color (decimal): -2252191 or 6398685. OLE color: 6398685.

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

Color convert

RGB 221 162 97 -
CMYK 0 0.27 0.56 0.13
HSL 31.45º 0.65% 0.62% -
HSV(B) 31.45º 0.56% 0.87% -
XYZ 44.9 42.08 17.06 -
YUV 172.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 221 162 97 0 0.27 0.56 0.13 31.45 0.65 0.62
Hex DD A2 61 0 1B 38 D 1F 41 3E
Octal 335 242 141 0 33 70 15 37 101 76
Binary 11011101 10100010 1100001 0 11011 111000 1101 11111 1000001 111110

Color Harmonies of #DDA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA261

Black with #DDA261

Text Example


Text Example

White with #DDA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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