Html Css Color HEX #DDA065 Porsche

📋 copy color: '#DDA065'

red 221 ◦ green 160 ◦ blue 101

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

Shades of Porsche #DDA065

Tints of Porsche #DDA065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 45.85%
G = 33.2%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA065 (or 0xDDA065) is known color: Porsche. HEX triplet: DD, A0 and 65. RGB value is (221,160,101). Sum of RGB (Red+Green+Blue) = 221+160+101=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA065 is #225F9A. Grayscale: #ABABAB. Windows color (decimal): -2252699 or 6660317. OLE color: 6660317.

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

Color convert

RGB 221 160 101 -
CMYK 0 0.28 0.54 0.13
HSL 29.5º 0.64% 0.63% -
HSV(B) 29.5º 0.54% 0.87% -
XYZ 44.74 41.45 17.96 -
YUV 171.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 221 160 101 0 0.28 0.54 0.13 29.5 0.64 0.63
Hex DD A0 65 0 1C 36 D 1E 40 3F
Octal 335 240 145 0 34 66 15 36 100 77
Binary 11011101 10100000 1100101 0 11100 110110 1101 11110 1000000 111111

Color Harmonies of #DDA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA065

Black with #DDA065

Text Example


Text Example

White with #DDA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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