Html Css Color HEX #DDA056 Porsche

📋 copy color: '#DDA056'

red 221 ◦ green 160 ◦ blue 86

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

Shades of Porsche #DDA056

Tints of Porsche #DDA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.42%

R = 47.32%
G = 34.26%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDA056 (or 0xDDA056) is known color: Porsche. HEX triplet: DD, A0 and 56. RGB value is (221,160,86). Sum of RGB (Red+Green+Blue) = 221+160+86=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA056 is #225FA9. Grayscale: #AAAAAA. Windows color (decimal): -2252714 or 5677277. OLE color: 5677277.

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

Color convert

RGB 221 160 86 -
CMYK 0 0.28 0.61 0.13
HSL 32.89º 0.67% 0.6% -
HSV(B) 32.89º 0.61% 0.87% -
XYZ 44.07 41.19 14.43 -
YUV 169.8 80.71 164.52 -
System Red Green Blue C M Y K H S L
Decimal 221 160 86 0 0.28 0.61 0.13 32.89 0.67 0.6
Hex DD A0 56 0 1C 3D D 21 43 3C
Octal 335 240 126 0 34 75 15 41 103 74
Binary 11011101 10100000 1010110 0 11100 111101 1101 100001 1000011 111100

Color Harmonies of #DDA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA056

Black with #DDA056

Text Example


Text Example

White with #DDA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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