Html Css Color HEX #DDA56E Porsche

📋 copy color: '#DDA56E'

red 221 ◦ green 165 ◦ blue 110

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

Shades of Porsche #DDA56E

Tints of Porsche #DDA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.27%

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 44.56%
G = 33.27%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDA56E (or 0xDDA56E) is known color: Porsche. HEX triplet: DD, A5 and 6E. RGB value is (221,165,110). Sum of RGB (Red+Green+Blue) = 221+165+110=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA56E is #225A91. Grayscale: #AFAFAF. Windows color (decimal): -2251410 or 7251421. OLE color: 7251421.

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

Color convert

RGB 221 165 110 -
CMYK 0 0.25 0.50 0.13
HSL 29.73º 0.62% 0.65% -
HSV(B) 29.73º 0.5% 0.87% -
XYZ 46.09 43.41 20.7 -
YUV 175.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 221 165 110 0 0.25 0.50 0.13 29.73 0.62 0.65
Hex DD A5 6E 0 19 32 D 1E 3E 41
Octal 335 245 156 0 31 62 15 36 76 101
Binary 11011101 10100101 1101110 0 11001 110010 1101 11110 111110 1000001

Color Harmonies of #DDA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA56E

Black with #DDA56E

Text Example


Text Example

White with #DDA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA56E; }

 p { color: rgb(221,165,110); }

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

background-color css

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

 a { background-color: rgb(221,165,110); }

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

border-color css

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

 span { border-color: rgb(221,165,110); }

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