Html Css Color HEX #DDA66C Porsche

📋 copy color: '#DDA66C'

red 221 ◦ green 166 ◦ blue 108

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

Shades of Porsche #DDA66C

Tints of Porsche #DDA66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.82%

R = 44.65%
G = 33.54%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDA66C (or 0xDDA66C) is known color: Porsche. HEX triplet: DD, A6 and 6C. RGB value is (221,166,108). Sum of RGB (Red+Green+Blue) = 221+166+108=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA66C is #225993. Grayscale: #B0B0B0. Windows color (decimal): -2251156 or 7120605. OLE color: 7120605.

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

Color convert

RGB 221 166 108 -
CMYK 0 0.25 0.51 0.13
HSL 30.8º 0.62% 0.65% -
HSV(B) 30.8º 0.51% 0.87% -
XYZ 46.16 43.73 20.19 -
YUV 175.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 221 166 108 0 0.25 0.51 0.13 30.8 0.62 0.65
Hex DD A6 6C 0 19 33 D 1F 3E 41
Octal 335 246 154 0 31 63 15 37 76 101
Binary 11011101 10100110 1101100 0 11001 110011 1101 11111 111110 1000001

Color Harmonies of #DDA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA66C

Black with #DDA66C

Text Example


Text Example

White with #DDA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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