Html Css Color HEX #DF955E Porsche

📋 copy color: '#DF955E'

red 223 ◦ green 149 ◦ blue 94

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

Shades of Porsche #DF955E

Tints of Porsche #DF955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.17%

R = 47.85%
G = 31.97%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF955E (or 0xDF955E) is known color: Porsche. HEX triplet: DF, 95 and 5E. RGB value is (223,149,94). Sum of RGB (Red+Green+Blue) = 223+149+94=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF955E is #206AA1. Grayscale: #A5A5A5. Windows color (decimal): -2124450 or 6198751. OLE color: 6198751.

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

Color convert

RGB 223 149 94 -
CMYK 0 0.33 0.58 0.13
HSL 25.58º 0.67% 0.62% -
HSV(B) 25.58º 0.58% 0.87% -
XYZ 43.2 37.99 15.65 -
YUV 164.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 223 149 94 0 0.33 0.58 0.13 25.58 0.67 0.62
Hex DF 95 5E 0 21 3A D 1A 43 3E
Octal 337 225 136 0 41 72 15 32 103 76
Binary 11011111 10010101 1011110 0 100001 111010 1101 11010 1000011 111110

Color Harmonies of #DF955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF955E

Black with #DF955E

Text Example


Text Example

White with #DF955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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