Html Css Color HEX #DDA14F Porsche

📋 copy color: '#DDA14F'

red 221 ◦ green 161 ◦ blue 79

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

Shades of Porsche #DDA14F

Tints of Porsche #DDA14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 47.94%
G = 34.92%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA14F (or 0xDDA14F) is known color: Porsche. HEX triplet: DD, A1 and 4F. RGB value is (221,161,79). Sum of RGB (Red+Green+Blue) = 221+161+79=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA14F is #225EB0. Grayscale: #A9A9A9. Windows color (decimal): -2252465 or 5218781. OLE color: 5218781.

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

Color convert

RGB 221 161 79 -
CMYK 0 0.27 0.64 0.13
HSL 34.65º 0.68% 0.59% -
HSV(B) 34.65º 0.64% 0.87% -
XYZ 43.97 41.43 13.08 -
YUV 169.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 221 161 79 0 0.27 0.64 0.13 34.65 0.68 0.59
Hex DD A1 4F 0 1B 40 D 23 44 3B
Octal 335 241 117 0 33 100 15 43 104 73
Binary 11011101 10100001 1001111 0 11011 1000000 1101 100011 1000100 111011

Color Harmonies of #DDA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA14F

Black with #DDA14F

Text Example


Text Example

White with #DDA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA14F; }

 p { color: rgb(221,161,79); }

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

background-color css

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

 a { background-color: rgb(221,161,79); }

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

border-color css

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

 span { border-color: rgb(221,161,79); }

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