Html Css Color HEX #DDA461 Porsche

📋 copy color: '#DDA461'

red 221 ◦ green 164 ◦ blue 97

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

Shades of Porsche #DDA461

Tints of Porsche #DDA461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

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

R = 45.85%
G = 34.02%
B = 20.12%

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

#DDA461 (or 0xDDA461) is known color: Porsche. HEX triplet: DD, A4 and 61. RGB value is (221,164,97). Sum of RGB (Red+Green+Blue) = 221+164+97=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA461 is #225B9E. Grayscale: #ADADAD. Windows color (decimal): -2251679 or 6399197. OLE color: 6399197.

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

Color convert

RGB 221 164 97 -
CMYK 0 0.26 0.56 0.13
HSL 32.42º 0.65% 0.62% -
HSV(B) 32.42º 0.56% 0.87% -
XYZ 45.25 42.79 17.18 -
YUV 173.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 221 164 97 0 0.26 0.56 0.13 32.42 0.65 0.62
Hex DD A4 61 0 1A 38 D 20 41 3E
Octal 335 244 141 0 32 70 15 40 101 76
Binary 11011101 10100100 1100001 0 11010 111000 1101 100000 1000001 111110

Color Harmonies of #DDA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA461

Black with #DDA461

Text Example


Text Example

White with #DDA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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