Html Css Color HEX #DF955F Porsche

📋 copy color: '#DF955F'

red 223 ◦ green 149 ◦ blue 95

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

Shades of Porsche #DF955F

Tints of Porsche #DF955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 47.75%
G = 31.91%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF955F (or 0xDF955F) is known color: Porsche. HEX triplet: DF, 95 and 5F. RGB value is (223,149,95). Sum of RGB (Red+Green+Blue) = 223+149+95=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF955F is #206AA0. Grayscale: #A5A5A5. Windows color (decimal): -2124449 or 6264287. OLE color: 6264287.

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

Color convert

RGB 223 149 95 -
CMYK 0 0.33 0.57 0.13
HSL 25.31º 0.67% 0.62% -
HSV(B) 25.31º 0.57% 0.87% -
XYZ 43.24 38.01 15.88 -
YUV 164.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 223 149 95 0 0.33 0.57 0.13 25.31 0.67 0.62
Hex DF 95 5F 0 21 39 D 19 43 3E
Octal 337 225 137 0 41 71 15 31 103 76
Binary 11011111 10010101 1011111 0 100001 111001 1101 11001 1000011 111110

Color Harmonies of #DF955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF955F

Black with #DF955F

Text Example


Text Example

White with #DF955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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