Html Css Color HEX #DF965F Porsche

📋 copy color: '#DF965F'

red 223 ◦ green 150 ◦ blue 95

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

Shades of Porsche #DF965F

Tints of Porsche #DF965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.05%

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 47.65%
G = 32.05%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF965F (or 0xDF965F) is known color: Porsche. HEX triplet: DF, 96 and 5F. RGB value is (223,150,95). Sum of RGB (Red+Green+Blue) = 223+150+95=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF965F is #2069A0. Grayscale: #A5A5A5. Windows color (decimal): -2124193 or 6264543. OLE color: 6264543.

HSL color Cylindrical-coordinate representation of color #DF965F: hue angle of 25.78º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF965F is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 95 -
CMYK 0 0.33 0.57 0.13
HSL 25.78º 0.67% 0.62% -
HSV(B) 25.78º 0.57% 0.87% -
XYZ 43.4 38.33 15.94 -
YUV 165.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 223 150 95 0 0.33 0.57 0.13 25.78 0.67 0.62
Hex DF 96 5F 0 21 39 D 1A 43 3E
Octal 337 226 137 0 41 71 15 32 103 76
Binary 11011111 10010110 1011111 0 100001 111001 1101 11010 1000011 111110

Color Harmonies of #DF965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF965F

Black with #DF965F

Text Example


Text Example

White with #DF965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF965F; }

 p { color: rgb(223,150,95); }

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

background-color css

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

 a { background-color: rgb(223,150,95); }

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

border-color css

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

 span { border-color: rgb(223,150,95); }

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