Html Css Color HEX #DF996A Porsche

📋 copy color: '#DF996A'

red 223 ◦ green 153 ◦ blue 106

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

Shades of Porsche #DF996A

Tints of Porsche #DF996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 46.27%
G = 31.74%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF996A (or 0xDF996A) is known color: Porsche. HEX triplet: DF, 99 and 6A. RGB value is (223,153,106). Sum of RGB (Red+Green+Blue) = 223+153+106=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF996A is #206695. Grayscale: #A8A8A8. Windows color (decimal): -2123414 or 6986207. OLE color: 6986207.

HSL color Cylindrical-coordinate representation of color #DF996A: hue angle of 24.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF996A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 106 -
CMYK 0 0.31 0.52 0.13
HSL 24.1º 0.65% 0.65% -
HSV(B) 24.1º 0.52% 0.87% -
XYZ 44.42 39.51 18.92 -
YUV 168.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 223 153 106 0 0.31 0.52 0.13 24.1 0.65 0.65
Hex DF 99 6A 0 1F 34 D 18 41 41
Octal 337 231 152 0 37 64 15 30 101 101
Binary 11011111 10011001 1101010 0 11111 110100 1101 11000 1000001 1000001

Color Harmonies of #DF996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF996A

Black with #DF996A

Text Example


Text Example

White with #DF996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF996A; }

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

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

background-color css

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

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

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

border-color css

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

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

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