Html Css Color HEX #DF965B Porsche

📋 copy color: '#DF965B'

red 223 ◦ green 150 ◦ blue 91

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

Shades of Porsche #DF965B

Tints of Porsche #DF965B

RGB

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

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

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

R = 48.06%
G = 32.33%
B = 19.61%

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

#DF965B (or 0xDF965B) is known color: Porsche. HEX triplet: DF, 96 and 5B. RGB value is (223,150,91). Sum of RGB (Red+Green+Blue) = 223+150+91=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF965B is #2069A4. Grayscale: #A5A5A5. Windows color (decimal): -2124197 or 6002399. OLE color: 6002399.

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

Color convert

RGB 223 150 91 -
CMYK 0 0.33 0.59 0.13
HSL 26.82º 0.67% 0.62% -
HSV(B) 26.82º 0.59% 0.87% -
XYZ 43.23 38.26 15 -
YUV 165.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 223 150 91 0 0.33 0.59 0.13 26.82 0.67 0.62
Hex DF 96 5B 0 21 3B D 1B 43 3E
Octal 337 226 133 0 41 73 15 33 103 76
Binary 11011111 10010110 1011011 0 100001 111011 1101 11011 1000011 111110

Color Harmonies of #DF965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF965B

Black with #DF965B

Text Example


Text Example

White with #DF965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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