Html Css Color HEX #DC9755 Porsche

📋 copy color: '#DC9755'

red 220 ◦ green 151 ◦ blue 85

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

Shades of Porsche #DC9755

Tints of Porsche #DC9755

RGB

 RED value IS 220 (86.33% from 255) = 48.25%

 GREEN value IS 151 (59.38% from 255) = 33.11%

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 48.25%
G = 33.11%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC9755 (or 0xDC9755) is known color: Porsche. HEX triplet: DC, 97 and 55. RGB value is (220,151,85). Sum of RGB (Red+Green+Blue) = 220+151+85=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9755 is #2368AA. Grayscale: #A4A4A4. Windows color (decimal): -2320555 or 5609436. OLE color: 5609436.

HSL color Cylindrical-coordinate representation of color #DC9755: hue angle of 29.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC9755 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 85 -
CMYK 0 0.31 0.61 0.14
HSL 29.33º 0.66% 0.6% -
HSV(B) 29.33º 0.61% 0.86% -
XYZ 42.22 38 13.7 -
YUV 164.11 83.36 167.87 -
System Red Green Blue C M Y K H S L
Decimal 220 151 85 0 0.31 0.61 0.14 29.33 0.66 0.6
Hex DC 97 55 0 1F 3D E 1D 42 3C
Octal 334 227 125 0 37 75 16 35 102 74
Binary 11011100 10010111 1010101 0 11111 111101 1110 11101 1000010 111100

Color Harmonies of #DC9755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9755

Black with #DC9755

Text Example


Text Example

White with #DC9755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9755; }

 p { color: rgb(220,151,85); }

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

background-color css

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

 a { background-color: rgb(220,151,85); }

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

border-color css

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

 span { border-color: rgb(220,151,85); }

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