Html Css Color HEX #DF995A Porsche

📋 copy color: '#DF995A'

red 223 ◦ green 153 ◦ blue 90

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

Shades of Porsche #DF995A

Tints of Porsche #DF995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 47.85%
G = 32.83%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF995A (or 0xDF995A) is known color: Porsche. HEX triplet: DF, 99 and 5A. RGB value is (223,153,90). Sum of RGB (Red+Green+Blue) = 223+153+90=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF995A is #2066A5. Grayscale: #A7A7A7. Windows color (decimal): -2123430 or 5937631. OLE color: 5937631.

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

Color convert

RGB 223 153 90 -
CMYK 0 0.31 0.60 0.13
HSL 28.42º 0.68% 0.61% -
HSV(B) 28.42º 0.6% 0.87% -
XYZ 43.67 39.21 14.94 -
YUV 166.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 223 153 90 0 0.31 0.60 0.13 28.42 0.68 0.61
Hex DF 99 5A 0 1F 3C D 1C 44 3D
Octal 337 231 132 0 37 74 15 34 104 75
Binary 11011111 10011001 1011010 0 11111 111100 1101 11100 1000100 111101

Color Harmonies of #DF995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF995A

Black with #DF995A

Text Example


Text Example

White with #DF995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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