Html Css Color HEX #DDA067 Porsche

📋 copy color: '#DDA067'

red 221 ◦ green 160 ◦ blue 103

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

Shades of Porsche #DDA067

Tints of Porsche #DDA067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.28%

R = 45.66%
G = 33.06%
B = 21.28%

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

#DDA067 (or 0xDDA067) is known color: Porsche. HEX triplet: DD, A0 and 67. RGB value is (221,160,103). Sum of RGB (Red+Green+Blue) = 221+160+103=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA067 is #225F98. Grayscale: #ACACAC. Windows color (decimal): -2252697 or 6791389. OLE color: 6791389.

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

Color convert

RGB 221 160 103 -
CMYK 0 0.28 0.53 0.13
HSL 28.98º 0.63% 0.64% -
HSV(B) 28.98º 0.53% 0.87% -
XYZ 44.84 41.49 18.48 -
YUV 171.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 221 160 103 0 0.28 0.53 0.13 28.98 0.63 0.64
Hex DD A0 67 0 1C 35 D 1D 3F 40
Octal 335 240 147 0 34 65 15 35 77 100
Binary 11011101 10100000 1100111 0 11100 110101 1101 11101 111111 1000000

Color Harmonies of #DDA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA067

Black with #DDA067

Text Example


Text Example

White with #DDA067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA067; }

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

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

background-color css

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

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

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

border-color css

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

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

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