Html Css Color HEX #DDA06A Porsche

📋 copy color: '#DDA06A'

red 221 ◦ green 160 ◦ blue 106

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

Shades of Porsche #DDA06A

Tints of Porsche #DDA06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 45.38%
G = 32.85%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDA06A (or 0xDDA06A) is known color: Porsche. HEX triplet: DD, A0 and 6A. RGB value is (221,160,106). Sum of RGB (Red+Green+Blue) = 221+160+106=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06A is #225F95. Grayscale: #ACACAC. Windows color (decimal): -2252694 or 6987997. OLE color: 6987997.

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

Color convert

RGB 221 160 106 -
CMYK 0 0.28 0.52 0.13
HSL 28.17º 0.63% 0.64% -
HSV(B) 28.17º 0.52% 0.87% -
XYZ 44.99 41.55 19.29 -
YUV 172.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 221 160 106 0 0.28 0.52 0.13 28.17 0.63 0.64
Hex DD A0 6A 0 1C 34 D 1C 3F 40
Octal 335 240 152 0 34 64 15 34 77 100
Binary 11011101 10100000 1101010 0 11100 110100 1101 11100 111111 1000000

Color Harmonies of #DDA06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA06A

Black with #DDA06A

Text Example


Text Example

White with #DDA06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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