Html Css Color HEX #DDA764 Porsche

📋 copy color: '#DDA764'

red 221 ◦ green 167 ◦ blue 100

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

Shades of Porsche #DDA764

Tints of Porsche #DDA764

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.22%

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

R = 45.29%
G = 34.22%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDA764 (or 0xDDA764) is known color: Porsche. HEX triplet: DD, A7 and 64. RGB value is (221,167,100). Sum of RGB (Red+Green+Blue) = 221+167+100=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA764 is #22589B. Grayscale: #AFAFAF. Windows color (decimal): -2250908 or 6596573. OLE color: 6596573.

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

Color convert

RGB 221 167 100 -
CMYK 0 0.24 0.55 0.13
HSL 33.22º 0.64% 0.63% -
HSV(B) 33.22º 0.55% 0.87% -
XYZ 45.94 43.93 18.11 -
YUV 175.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 221 167 100 0 0.24 0.55 0.13 33.22 0.64 0.63
Hex DD A7 64 0 18 37 D 21 40 3F
Octal 335 247 144 0 30 67 15 41 100 77
Binary 11011101 10100111 1100100 0 11000 110111 1101 100001 1000000 111111

Color Harmonies of #DDA764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA764

Black with #DDA764

Text Example


Text Example

White with #DDA764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA764; }

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

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

background-color css

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

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

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

border-color css

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

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

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