Html Css Color HEX #DDA264 Porsche

📋 copy color: '#DDA264'

red 221 ◦ green 162 ◦ blue 100

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

Shades of Porsche #DDA264

Tints of Porsche #DDA264

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

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

R = 45.76%
G = 33.54%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA264 (or 0xDDA264) is known color: Porsche. HEX triplet: DD, A2 and 64. RGB value is (221,162,100). Sum of RGB (Red+Green+Blue) = 221+162+100=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA264 is #225D9B. Grayscale: #ACACAC. Windows color (decimal): -2252188 or 6595293. OLE color: 6595293.

HSL color Cylindrical-coordinate representation of color #DDA264: hue angle of 30.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 #DDA264 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 100 -
CMYK 0 0.27 0.55 0.13
HSL 30.74º 0.64% 0.63% -
HSV(B) 30.74º 0.55% 0.87% -
XYZ 45.04 42.13 17.82 -
YUV 172.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 221 162 100 0 0.27 0.55 0.13 30.74 0.64 0.63
Hex DD A2 64 0 1B 37 D 1F 40 3F
Octal 335 242 144 0 33 67 15 37 100 77
Binary 11011101 10100010 1100100 0 11011 110111 1101 11111 1000000 111111

Color Harmonies of #DDA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA264

Black with #DDA264

Text Example


Text Example

White with #DDA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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