Html Css Color HEX #DDA053 Porsche

📋 copy color: '#DDA053'

red 221 ◦ green 160 ◦ blue 83

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

Shades of Porsche #DDA053

Tints of Porsche #DDA053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.89%

R = 47.63%
G = 34.48%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA053 (or 0xDDA053) is known color: Porsche. HEX triplet: DD, A0 and 53. RGB value is (221,160,83). Sum of RGB (Red+Green+Blue) = 221+160+83=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA053 is #225FAC. Grayscale: #A9A9A9. Windows color (decimal): -2252717 or 5480669. OLE color: 5480669.

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

Color convert

RGB 221 160 83 -
CMYK 0 0.28 0.62 0.13
HSL 33.48º 0.67% 0.6% -
HSV(B) 33.48º 0.62% 0.87% -
XYZ 43.95 41.14 13.81 -
YUV 169.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 221 160 83 0 0.28 0.62 0.13 33.48 0.67 0.6
Hex DD A0 53 0 1C 3E D 21 43 3C
Octal 335 240 123 0 34 76 15 41 103 74
Binary 11011101 10100000 1010011 0 11100 111110 1101 100001 1000011 111100

Color Harmonies of #DDA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA053

Black with #DDA053

Text Example


Text Example

White with #DDA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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