Html Css Color HEX #DDA05A Porsche

📋 copy color: '#DDA05A'

red 221 ◦ green 160 ◦ blue 90

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

Shades of Porsche #DDA05A

Tints of Porsche #DDA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 46.92%
G = 33.97%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDA05A (or 0xDDA05A) is known color: Porsche. HEX triplet: DD, A0 and 5A. RGB value is (221,160,90). Sum of RGB (Red+Green+Blue) = 221+160+90=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA05A is #225FA5. Grayscale: #AAAAAA. Windows color (decimal): -2252710 or 5939421. OLE color: 5939421.

HSL color Cylindrical-coordinate representation of color #DDA05A: hue angle of 32.06º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDA05A is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 90 -
CMYK 0 0.28 0.59 0.13
HSL 32.06º 0.66% 0.61% -
HSV(B) 32.06º 0.59% 0.87% -
XYZ 44.24 41.25 15.3 -
YUV 170.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 221 160 90 0 0.28 0.59 0.13 32.06 0.66 0.61
Hex DD A0 5A 0 1C 3B D 20 42 3D
Octal 335 240 132 0 34 73 15 40 102 75
Binary 11011101 10100000 1011010 0 11100 111011 1101 100000 1000010 111101

Color Harmonies of #DDA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA05A

Black with #DDA05A

Text Example


Text Example

White with #DDA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA05A; }

 p { color: rgb(221,160,90); }

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

background-color css

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

 a { background-color: rgb(221,160,90); }

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

border-color css

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

 span { border-color: rgb(221,160,90); }

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