Html Css Color HEX #DDA65D Porsche

📋 copy color: '#DDA65D'

red 221 ◦ green 166 ◦ blue 93

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

Shades of Porsche #DDA65D

Tints of Porsche #DDA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.58%

 BLUE value IS 93 (36.72% from 255) = 19.38%

R = 46.04%
G = 34.58%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDA65D (or 0xDDA65D) is known color: Porsche. HEX triplet: DD, A6 and 5D. RGB value is (221,166,93). Sum of RGB (Red+Green+Blue) = 221+166+93=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA65D is #2259A2. Grayscale: #AEAEAE. Windows color (decimal): -2251171 or 6137565. OLE color: 6137565.

HSL color Cylindrical-coordinate representation of color #DDA65D: hue angle of 34.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA65D is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 93 -
CMYK 0 0.25 0.58 0.13
HSL 34.22º 0.65% 0.62% -
HSV(B) 34.22º 0.58% 0.87% -
XYZ 45.43 43.43 16.35 -
YUV 174.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 221 166 93 0 0.25 0.58 0.13 34.22 0.65 0.62
Hex DD A6 5D 0 19 3A D 22 41 3E
Octal 335 246 135 0 31 72 15 42 101 76
Binary 11011101 10100110 1011101 0 11001 111010 1101 100010 1000001 111110

Color Harmonies of #DDA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA65D

Black with #DDA65D

Text Example


Text Example

White with #DDA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA65D; }

 p { color: rgb(221,166,93); }

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

background-color css

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

 a { background-color: rgb(221,166,93); }

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

border-color css

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

 span { border-color: rgb(221,166,93); }

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