Html Css Color HEX #DDA26D Porsche

📋 copy color: '#DDA26D'

red 221 ◦ green 162 ◦ blue 109

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

Shades of Porsche #DDA26D

Tints of Porsche #DDA26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.93%

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 44.92%
G = 32.93%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDA26D (or 0xDDA26D) is known color: Porsche. HEX triplet: DD, A2 and 6D. RGB value is (221,162,109). Sum of RGB (Red+Green+Blue) = 221+162+109=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA26D is #225D92. Grayscale: #ADADAD. Windows color (decimal): -2252179 or 7185117. OLE color: 7185117.

HSL color Cylindrical-coordinate representation of color #DDA26D: hue angle of 28.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDA26D is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 109 -
CMYK 0 0.27 0.51 0.13
HSL 28.39º 0.62% 0.65% -
HSV(B) 28.39º 0.51% 0.87% -
XYZ 45.5 42.32 20.24 -
YUV 173.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 221 162 109 0 0.27 0.51 0.13 28.39 0.62 0.65
Hex DD A2 6D 0 1B 33 D 1C 3E 41
Octal 335 242 155 0 33 63 15 34 76 101
Binary 11011101 10100010 1101101 0 11011 110011 1101 11100 111110 1000001

Color Harmonies of #DDA26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA26D

Black with #DDA26D

Text Example


Text Example

White with #DDA26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA26D; }

 p { color: rgb(221,162,109); }

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

background-color css

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

 a { background-color: rgb(221,162,109); }

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

border-color css

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

 span { border-color: rgb(221,162,109); }

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