Html Css Color HEX #DDA14E Porsche

📋 copy color: '#DDA14E'

red 221 ◦ green 161 ◦ blue 78

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

Shades of Porsche #DDA14E

Tints of Porsche #DDA14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.96%

R = 48.04%
G = 35%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDA14E (or 0xDDA14E) is known color: Porsche. HEX triplet: DD, A1 and 4E. RGB value is (221,161,78). Sum of RGB (Red+Green+Blue) = 221+161+78=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA14E is #225EB1. Grayscale: #A9A9A9. Windows color (decimal): -2252466 or 5153245. OLE color: 5153245.

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

Color convert

RGB 221 161 78 -
CMYK 0 0.27 0.65 0.13
HSL 34.83º 0.68% 0.59% -
HSV(B) 34.83º 0.65% 0.87% -
XYZ 43.94 41.41 12.89 -
YUV 169.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 221 161 78 0 0.27 0.65 0.13 34.83 0.68 0.59
Hex DD A1 4E 0 1B 41 D 23 44 3B
Octal 335 241 116 0 33 101 15 43 104 73
Binary 11011101 10100001 1001110 0 11011 1000001 1101 100011 1000100 111011

Color Harmonies of #DDA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA14E

Black with #DDA14E

Text Example


Text Example

White with #DDA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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