Html Css Color HEX #DDA064 Porsche

📋 copy color: '#DDA064'

red 221 ◦ green 160 ◦ blue 100

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

Shades of Porsche #DDA064

Tints of Porsche #DDA064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 45.95%
G = 33.26%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA064 (or 0xDDA064) is known color: Porsche. HEX triplet: DD, A0 and 64. RGB value is (221,160,100). Sum of RGB (Red+Green+Blue) = 221+160+100=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA064 is #225F9B. Grayscale: #ABABAB. Windows color (decimal): -2252700 or 6594781. OLE color: 6594781.

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

Color convert

RGB 221 160 100 -
CMYK 0 0.28 0.55 0.13
HSL 29.75º 0.64% 0.63% -
HSV(B) 29.75º 0.55% 0.87% -
XYZ 44.69 41.43 17.7 -
YUV 171.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 221 160 100 0 0.28 0.55 0.13 29.75 0.64 0.63
Hex DD A0 64 0 1C 37 D 1E 40 3F
Octal 335 240 144 0 34 67 15 36 100 77
Binary 11011101 10100000 1100100 0 11100 110111 1101 11110 1000000 111111

Color Harmonies of #DDA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA064

Black with #DDA064

Text Example


Text Example

White with #DDA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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