Html Css Color HEX #DF955D Porsche

📋 copy color: '#DF955D'

red 223 ◦ green 149 ◦ blue 93

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

Shades of Porsche #DF955D

Tints of Porsche #DF955D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20%

R = 47.96%
G = 32.04%
B = 20%

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

#DF955D (or 0xDF955D) is known color: Porsche. HEX triplet: DF, 95 and 5D. RGB value is (223,149,93). Sum of RGB (Red+Green+Blue) = 223+149+93=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF955D is #206AA2. Grayscale: #A5A5A5. Windows color (decimal): -2124451 or 6133215. OLE color: 6133215.

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

Color convert

RGB 223 149 93 -
CMYK 0 0.33 0.58 0.13
HSL 25.85º 0.67% 0.62% -
HSV(B) 25.85º 0.58% 0.87% -
XYZ 43.15 37.97 15.41 -
YUV 164.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 223 149 93 0 0.33 0.58 0.13 25.85 0.67 0.62
Hex DF 95 5D 0 21 3A D 1A 43 3E
Octal 337 225 135 0 41 72 15 32 103 76
Binary 11011111 10010101 1011101 0 100001 111010 1101 11010 1000011 111110

Color Harmonies of #DF955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF955D

Black with #DF955D

Text Example


Text Example

White with #DF955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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