Html Css Color HEX #DDA66B Porsche

📋 copy color: '#DDA66B'

red 221 ◦ green 166 ◦ blue 107

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

Shades of Porsche #DDA66B

Tints of Porsche #DDA66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 44.74%
G = 33.6%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDA66B (or 0xDDA66B) is known color: Porsche. HEX triplet: DD, A6 and 6B. RGB value is (221,166,107). Sum of RGB (Red+Green+Blue) = 221+166+107=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA66B is #225994. Grayscale: #B0B0B0. Windows color (decimal): -2251157 or 7055069. OLE color: 7055069.

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

Color convert

RGB 221 166 107 -
CMYK 0 0.25 0.52 0.13
HSL 31.05º 0.63% 0.64% -
HSV(B) 31.05º 0.52% 0.87% -
XYZ 46.11 43.71 19.92 -
YUV 175.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 221 166 107 0 0.25 0.52 0.13 31.05 0.63 0.64
Hex DD A6 6B 0 19 34 D 1F 3F 40
Octal 335 246 153 0 31 64 15 37 77 100
Binary 11011101 10100110 1101011 0 11001 110100 1101 11111 111111 1000000

Color Harmonies of #DDA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA66B

Black with #DDA66B

Text Example


Text Example

White with #DDA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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