Html Css Color HEX #DF955B Porsche

📋 copy color: '#DF955B'

red 223 ◦ green 149 ◦ blue 91

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

Shades of Porsche #DF955B

Tints of Porsche #DF955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.65%

R = 48.16%
G = 32.18%
B = 19.65%

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

#DF955B (or 0xDF955B) is known color: Porsche. HEX triplet: DF, 95 and 5B. RGB value is (223,149,91). Sum of RGB (Red+Green+Blue) = 223+149+91=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF955B is #206AA4. Grayscale: #A4A4A4. Windows color (decimal): -2124453 or 6002143. OLE color: 6002143.

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

Color convert

RGB 223 149 91 -
CMYK 0 0.33 0.59 0.13
HSL 26.36º 0.67% 0.62% -
HSV(B) 26.36º 0.59% 0.87% -
XYZ 43.07 37.94 14.95 -
YUV 164.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 223 149 91 0 0.33 0.59 0.13 26.36 0.67 0.62
Hex DF 95 5B 0 21 3B D 1A 43 3E
Octal 337 225 133 0 41 73 15 32 103 76
Binary 11011111 10010101 1011011 0 100001 111011 1101 11010 1000011 111110

Color Harmonies of #DF955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF955B

Black with #DF955B

Text Example


Text Example

White with #DF955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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