Html Css Color HEX #DDA765 Porsche

📋 copy color: '#DDA765'

red 221 ◦ green 167 ◦ blue 101

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

Shades of Porsche #DDA765

Tints of Porsche #DDA765

RGB

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

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

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

R = 45.19%
G = 34.15%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA765 (or 0xDDA765) is known color: Porsche. HEX triplet: DD, A7 and 65. RGB value is (221,167,101). Sum of RGB (Red+Green+Blue) = 221+167+101=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA765 is #22589A. Grayscale: #AFAFAF. Windows color (decimal): -2250907 or 6662109. OLE color: 6662109.

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

Color convert

RGB 221 167 101 -
CMYK 0 0.24 0.54 0.13
HSL 33º 0.64% 0.63% -
HSV(B) 33º 0.54% 0.87% -
XYZ 45.99 43.95 18.37 -
YUV 175.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 221 167 101 0 0.24 0.54 0.13 33 0.64 0.63
Hex DD A7 65 0 18 36 D 21 40 3F
Octal 335 247 145 0 30 66 15 41 100 77
Binary 11011101 10100111 1100101 0 11000 110110 1101 100001 1000000 111111

Color Harmonies of #DDA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA765

Black with #DDA765

Text Example


Text Example

White with #DDA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA765; }

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

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

background-color css

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

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

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

border-color css

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

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

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