Html Css Color HEX #DDA465 Porsche

📋 copy color: '#DDA465'

red 221 ◦ green 164 ◦ blue 101

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

Shades of Porsche #DDA465

Tints of Porsche #DDA465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 45.47%
G = 33.74%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA465 (or 0xDDA465) is known color: Porsche. HEX triplet: DD, A4 and 65. RGB value is (221,164,101). Sum of RGB (Red+Green+Blue) = 221+164+101=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA465 is #225B9A. Grayscale: #AEAEAE. Windows color (decimal): -2251675 or 6661341. OLE color: 6661341.

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

Color convert

RGB 221 164 101 -
CMYK 0 0.26 0.54 0.13
HSL 31.5º 0.64% 0.63% -
HSV(B) 31.5º 0.54% 0.87% -
XYZ 45.44 42.86 18.19 -
YUV 173.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 221 164 101 0 0.26 0.54 0.13 31.5 0.64 0.63
Hex DD A4 65 0 1A 36 D 1F 40 3F
Octal 335 244 145 0 32 66 15 37 100 77
Binary 11011101 10100100 1100101 0 11010 110110 1101 11111 1000000 111111

Color Harmonies of #DDA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA465

Black with #DDA465

Text Example


Text Example

White with #DDA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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