Html Css Color HEX #DDA36A Porsche

📋 copy color: '#DDA36A'

red 221 ◦ green 163 ◦ blue 106

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

Shades of Porsche #DDA36A

Tints of Porsche #DDA36A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 45.1%
G = 33.27%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDA36A (or 0xDDA36A) is known color: Porsche. HEX triplet: DD, A3 and 6A. RGB value is (221,163,106). Sum of RGB (Red+Green+Blue) = 221+163+106=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA36A is #225C95. Grayscale: #AEAEAE. Windows color (decimal): -2251926 or 6988765. OLE color: 6988765.

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

Color convert

RGB 221 163 106 -
CMYK 0 0.26 0.52 0.13
HSL 29.74º 0.63% 0.64% -
HSV(B) 29.74º 0.52% 0.87% -
XYZ 45.52 42.61 19.46 -
YUV 173.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 221 163 106 0 0.26 0.52 0.13 29.74 0.63 0.64
Hex DD A3 6A 0 1A 34 D 1E 3F 40
Octal 335 243 152 0 32 64 15 36 77 100
Binary 11011101 10100011 1101010 0 11010 110100 1101 11110 111111 1000000

Color Harmonies of #DDA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA36A

Black with #DDA36A

Text Example


Text Example

White with #DDA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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