Html Css Color HEX #DDA76C Porsche

📋 copy color: '#DDA76C'

red 221 ◦ green 167 ◦ blue 108

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

Shades of Porsche #DDA76C

Tints of Porsche #DDA76C

RGB

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

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

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

R = 44.56%
G = 33.67%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDA76C (or 0xDDA76C) is known color: Porsche. HEX triplet: DD, A7 and 6C. RGB value is (221,167,108). Sum of RGB (Red+Green+Blue) = 221+167+108=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA76C is #225893. Grayscale: #B0B0B0. Windows color (decimal): -2250900 or 7120861. OLE color: 7120861.

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

Color convert

RGB 221 167 108 -
CMYK 0 0.24 0.51 0.13
HSL 31.33º 0.62% 0.65% -
HSV(B) 31.33º 0.51% 0.87% -
XYZ 46.34 44.09 20.26 -
YUV 176.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 221 167 108 0 0.24 0.51 0.13 31.33 0.62 0.65
Hex DD A7 6C 0 18 33 D 1F 3E 41
Octal 335 247 154 0 30 63 15 37 76 101
Binary 11011101 10100111 1101100 0 11000 110011 1101 11111 111110 1000001

Color Harmonies of #DDA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA76C

Black with #DDA76C

Text Example


Text Example

White with #DDA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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