Html Css Color HEX #DF955C Porsche

📋 copy color: '#DF955C'

red 223 ◦ green 149 ◦ blue 92

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

Shades of Porsche #DF955C

Tints of Porsche #DF955C

RGB

 RED value IS 223 (87.5% from 255) = 48.06%

 GREEN value IS 149 (58.59% from 255) = 32.11%

 BLUE value IS 92 (36.33% from 255) = 19.83%

R = 48.06%
G = 32.11%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF955C (or 0xDF955C) is known color: Porsche. HEX triplet: DF, 95 and 5C. RGB value is (223,149,92). Sum of RGB (Red+Green+Blue) = 223+149+92=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF955C is #206AA3. Grayscale: #A4A4A4. Windows color (decimal): -2124452 or 6067679. OLE color: 6067679.

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

Color convert

RGB 223 149 92 -
CMYK 0 0.33 0.59 0.13
HSL 26.11º 0.67% 0.62% -
HSV(B) 26.11º 0.59% 0.87% -
XYZ 43.11 37.96 15.18 -
YUV 164.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 223 149 92 0 0.33 0.59 0.13 26.11 0.67 0.62
Hex DF 95 5C 0 21 3B D 1A 43 3E
Octal 337 225 134 0 41 73 15 32 103 76
Binary 11011111 10010101 1011100 0 100001 111011 1101 11010 1000011 111110

Color Harmonies of #DF955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF955C

Black with #DF955C

Text Example


Text Example

White with #DF955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF955C; }

 p { color: rgb(223,149,92); }

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

background-color css

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

 a { background-color: rgb(223,149,92); }

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

border-color css

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

 span { border-color: rgb(223,149,92); }

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