Html Css Color HEX #DDA157 Porsche

📋 copy color: '#DDA157'

red 221 ◦ green 161 ◦ blue 87

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

Shades of Porsche #DDA157

Tints of Porsche #DDA157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.55%

R = 47.12%
G = 34.33%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDA157 (or 0xDDA157) is known color: Porsche. HEX triplet: DD, A1 and 57. RGB value is (221,161,87). Sum of RGB (Red+Green+Blue) = 221+161+87=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA157 is #225EA8. Grayscale: #AAAAAA. Windows color (decimal): -2252457 or 5743069. OLE color: 5743069.

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

Color convert

RGB 221 161 87 -
CMYK 0 0.27 0.61 0.13
HSL 33.13º 0.66% 0.6% -
HSV(B) 33.13º 0.61% 0.87% -
XYZ 44.28 41.55 14.7 -
YUV 170.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 221 161 87 0 0.27 0.61 0.13 33.13 0.66 0.6
Hex DD A1 57 0 1B 3D D 21 42 3C
Octal 335 241 127 0 33 75 15 41 102 74
Binary 11011101 10100001 1010111 0 11011 111101 1101 100001 1000010 111100

Color Harmonies of #DDA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA157

Black with #DDA157

Text Example


Text Example

White with #DDA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA157; }

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

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

background-color css

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

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

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

border-color css

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

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

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