Html Css Color HEX #DDA153 Porsche

📋 copy color: '#DDA153'

red 221 ◦ green 161 ◦ blue 83

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

Shades of Porsche #DDA153

Tints of Porsche #DDA153

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.62%

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

R = 47.53%
G = 34.62%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA153 (or 0xDDA153) is known color: Porsche. HEX triplet: DD, A1 and 53. RGB value is (221,161,83). Sum of RGB (Red+Green+Blue) = 221+161+83=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA153 is #225EAC. Grayscale: #AAAAAA. Windows color (decimal): -2252461 or 5480925. OLE color: 5480925.

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

Color convert

RGB 221 161 83 -
CMYK 0 0.27 0.62 0.13
HSL 33.91º 0.67% 0.6% -
HSV(B) 33.91º 0.62% 0.87% -
XYZ 44.13 41.49 13.87 -
YUV 170.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 221 161 83 0 0.27 0.62 0.13 33.91 0.67 0.6
Hex DD A1 53 0 1B 3E D 22 43 3C
Octal 335 241 123 0 33 76 15 42 103 74
Binary 11011101 10100001 1010011 0 11011 111110 1101 100010 1000011 111100

Color Harmonies of #DDA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA153

Black with #DDA153

Text Example


Text Example

White with #DDA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA153; }

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

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

background-color css

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

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

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

border-color css

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

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

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