Html Css Color HEX #DDA15A Porsche

📋 copy color: '#DDA15A'

red 221 ◦ green 161 ◦ blue 90

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

Shades of Porsche #DDA15A

Tints of Porsche #DDA15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.11%

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

R = 46.82%
G = 34.11%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDA15A (or 0xDDA15A) is known color: Porsche. HEX triplet: DD, A1 and 5A. RGB value is (221,161,90). Sum of RGB (Red+Green+Blue) = 221+161+90=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA15A is #225EA5. Grayscale: #ABABAB. Windows color (decimal): -2252454 or 5939677. OLE color: 5939677.

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

Color convert

RGB 221 161 90 -
CMYK 0 0.27 0.59 0.13
HSL 32.52º 0.66% 0.61% -
HSV(B) 32.52º 0.59% 0.87% -
XYZ 44.41 41.6 15.36 -
YUV 170.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 221 161 90 0 0.27 0.59 0.13 32.52 0.66 0.61
Hex DD A1 5A 0 1B 3B D 21 42 3D
Octal 335 241 132 0 33 73 15 41 102 75
Binary 11011101 10100001 1011010 0 11011 111011 1101 100001 1000010 111101

Color Harmonies of #DDA15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA15A

Black with #DDA15A

Text Example


Text Example

White with #DDA15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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