Html Css Color HEX #DDA057 Porsche

📋 copy color: '#DDA057'

red 221 ◦ green 160 ◦ blue 87

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

Shades of Porsche #DDA057

Tints of Porsche #DDA057

RGB

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

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

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

R = 47.22%
G = 34.19%
B = 18.59%

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

#DDA057 (or 0xDDA057) is known color: Porsche. HEX triplet: DD, A0 and 57. RGB value is (221,160,87). Sum of RGB (Red+Green+Blue) = 221+160+87=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA057 is #225FA8. Grayscale: #AAAAAA. Windows color (decimal): -2252713 or 5742813. OLE color: 5742813.

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

Color convert

RGB 221 160 87 -
CMYK 0 0.28 0.61 0.13
HSL 32.69º 0.66% 0.6% -
HSV(B) 32.69º 0.61% 0.87% -
XYZ 44.11 41.2 14.64 -
YUV 169.92 81.21 164.44 -
System Red Green Blue C M Y K H S L
Decimal 221 160 87 0 0.28 0.61 0.13 32.69 0.66 0.6
Hex DD A0 57 0 1C 3D D 21 42 3C
Octal 335 240 127 0 34 75 15 41 102 74
Binary 11011101 10100000 1010111 0 11100 111101 1101 100001 1000010 111100

Color Harmonies of #DDA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA057

Black with #DDA057

Text Example


Text Example

White with #DDA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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