Html Css Color HEX #DDA45F Porsche

📋 copy color: '#DDA45F'

red 221 ◦ green 164 ◦ blue 95

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

Shades of Porsche #DDA45F

Tints of Porsche #DDA45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

 BLUE value IS 95 (37.5% from 255) = 19.79%

R = 46.04%
G = 34.17%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA45F (or 0xDDA45F) is known color: Porsche. HEX triplet: DD, A4 and 5F. RGB value is (221,164,95). Sum of RGB (Red+Green+Blue) = 221+164+95=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA45F is #225BA0. Grayscale: #ADADAD. Windows color (decimal): -2251681 or 6268125. OLE color: 6268125.

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

Color convert

RGB 221 164 95 -
CMYK 0 0.26 0.57 0.13
HSL 32.86º 0.65% 0.62% -
HSV(B) 32.86º 0.57% 0.87% -
XYZ 45.16 42.75 16.7 -
YUV 173.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 221 164 95 0 0.26 0.57 0.13 32.86 0.65 0.62
Hex DD A4 5F 0 1A 39 D 21 41 3E
Octal 335 244 137 0 32 71 15 41 101 76
Binary 11011101 10100100 1011111 0 11010 111001 1101 100001 1000001 111110

Color Harmonies of #DDA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA45F

Black with #DDA45F

Text Example


Text Example

White with #DDA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA45F; }

 p { color: rgb(221,164,95); }

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

background-color css

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

 a { background-color: rgb(221,164,95); }

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

border-color css

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

 span { border-color: rgb(221,164,95); }

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