Html Css Color HEX #DDA068 Porsche

📋 copy color: '#DDA068'

red 221 ◦ green 160 ◦ blue 104

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

Shades of Porsche #DDA068

Tints of Porsche #DDA068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.44%

R = 45.57%
G = 32.99%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDA068 (or 0xDDA068) is known color: Porsche. HEX triplet: DD, A0 and 68. RGB value is (221,160,104). Sum of RGB (Red+Green+Blue) = 221+160+104=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA068 is #225F97. Grayscale: #ACACAC. Windows color (decimal): -2252696 or 6856925. OLE color: 6856925.

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

Color convert

RGB 221 160 104 -
CMYK 0 0.28 0.53 0.13
HSL 28.72º 0.63% 0.64% -
HSV(B) 28.72º 0.53% 0.87% -
XYZ 44.89 41.51 18.74 -
YUV 171.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 221 160 104 0 0.28 0.53 0.13 28.72 0.63 0.64
Hex DD A0 68 0 1C 35 D 1D 3F 40
Octal 335 240 150 0 34 65 15 35 77 100
Binary 11011101 10100000 1101000 0 11100 110101 1101 11101 111111 1000000

Color Harmonies of #DDA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA068

Black with #DDA068

Text Example


Text Example

White with #DDA068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA068; }

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

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

background-color css

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

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

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

border-color css

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

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

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