Html Css Color HEX #DF995B Porsche

📋 copy color: '#DF995B'

red 223 ◦ green 153 ◦ blue 91

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

Shades of Porsche #DF995B

Tints of Porsche #DF995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.76%

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

R = 47.75%
G = 32.76%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF995B (or 0xDF995B) is known color: Porsche. HEX triplet: DF, 99 and 5B. RGB value is (223,153,91). Sum of RGB (Red+Green+Blue) = 223+153+91=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF995B is #2066A4. Grayscale: #A7A7A7. Windows color (decimal): -2123429 or 6003167. OLE color: 6003167.

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

Color convert

RGB 223 153 91 -
CMYK 0 0.31 0.59 0.13
HSL 28.18º 0.67% 0.62% -
HSV(B) 28.18º 0.59% 0.87% -
XYZ 43.71 39.23 15.17 -
YUV 166.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 223 153 91 0 0.31 0.59 0.13 28.18 0.67 0.62
Hex DF 99 5B 0 1F 3B D 1C 43 3E
Octal 337 231 133 0 37 73 15 34 103 76
Binary 11011111 10011001 1011011 0 11111 111011 1101 11100 1000011 111110

Color Harmonies of #DF995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF995B

Black with #DF995B

Text Example


Text Example

White with #DF995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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