Html Css Color HEX #DDA062 Porsche

📋 copy color: '#DDA062'

red 221 ◦ green 160 ◦ blue 98

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

Shades of Porsche #DDA062

Tints of Porsche #DDA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 46.14%
G = 33.4%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA062 (or 0xDDA062) is known color: Porsche. HEX triplet: DD, A0 and 62. RGB value is (221,160,98). Sum of RGB (Red+Green+Blue) = 221+160+98=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA062 is #225F9D. Grayscale: #ABABAB. Windows color (decimal): -2252702 or 6463709. OLE color: 6463709.

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

Color convert

RGB 221 160 98 -
CMYK 0 0.28 0.56 0.13
HSL 30.24º 0.64% 0.63% -
HSV(B) 30.24º 0.56% 0.87% -
XYZ 44.59 41.4 17.2 -
YUV 171.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 221 160 98 0 0.28 0.56 0.13 30.24 0.64 0.63
Hex DD A0 62 0 1C 38 D 1E 40 3F
Octal 335 240 142 0 34 70 15 36 100 77
Binary 11011101 10100000 1100010 0 11100 111000 1101 11110 1000000 111111

Color Harmonies of #DDA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA062

Black with #DDA062

Text Example


Text Example

White with #DDA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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