Html Css Color HEX #DDA364 Porsche

📋 copy color: '#DDA364'

red 221 ◦ green 163 ◦ blue 100

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

Shades of Porsche #DDA364

Tints of Porsche #DDA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.68%

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

R = 45.66%
G = 33.68%
B = 20.66%

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

#DDA364 (or 0xDDA364) is known color: Porsche. HEX triplet: DD, A3 and 64. RGB value is (221,163,100). Sum of RGB (Red+Green+Blue) = 221+163+100=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA364 is #225C9B. Grayscale: #ADADAD. Windows color (decimal): -2251932 or 6595549. OLE color: 6595549.

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

Color convert

RGB 221 163 100 -
CMYK 0 0.26 0.55 0.13
HSL 31.24º 0.64% 0.63% -
HSV(B) 31.24º 0.55% 0.87% -
XYZ 45.22 42.49 17.87 -
YUV 173.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 221 163 100 0 0.26 0.55 0.13 31.24 0.64 0.63
Hex DD A3 64 0 1A 37 D 1F 40 3F
Octal 335 243 144 0 32 67 15 37 100 77
Binary 11011101 10100011 1100100 0 11010 110111 1101 11111 1000000 111111

Color Harmonies of #DDA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA364

Black with #DDA364

Text Example


Text Example

White with #DDA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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