Html Css Color HEX #DDA464 Porsche

📋 copy color: '#DDA464'

red 221 ◦ green 164 ◦ blue 100

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

Shades of Porsche #DDA464

Tints of Porsche #DDA464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.62%

R = 45.57%
G = 33.81%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA464 (or 0xDDA464) is known color: Porsche. HEX triplet: DD, A4 and 64. RGB value is (221,164,100). Sum of RGB (Red+Green+Blue) = 221+164+100=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA464 is #225B9B. Grayscale: #AEAEAE. Windows color (decimal): -2251676 or 6595805. OLE color: 6595805.

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

Color convert

RGB 221 164 100 -
CMYK 0 0.26 0.55 0.13
HSL 31.74º 0.64% 0.63% -
HSV(B) 31.74º 0.55% 0.87% -
XYZ 45.39 42.84 17.93 -
YUV 173.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 221 164 100 0 0.26 0.55 0.13 31.74 0.64 0.63
Hex DD A4 64 0 1A 37 D 20 40 3F
Octal 335 244 144 0 32 67 15 40 100 77
Binary 11011101 10100100 1100100 0 11010 110111 1101 100000 1000000 111111

Color Harmonies of #DDA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA464

Black with #DDA464

Text Example


Text Example

White with #DDA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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