Html Css Color HEX #DF9765 Porsche

📋 copy color: '#DF9765'

red 223 ◦ green 151 ◦ blue 101

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

Shades of Porsche #DF9765

Tints of Porsche #DF9765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.79%

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 46.95%
G = 31.79%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9765 (or 0xDF9765) is known color: Porsche. HEX triplet: DF, 97 and 65. RGB value is (223,151,101). Sum of RGB (Red+Green+Blue) = 223+151+101=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9765 is #20689A. Grayscale: #A7A7A7. Windows color (decimal): -2123931 or 6658015. OLE color: 6658015.

HSL color Cylindrical-coordinate representation of color #DF9765: hue angle of 24.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9765 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 151 101 -
CMYK 0 0.32 0.55 0.13
HSL 24.59º 0.66% 0.64% -
HSV(B) 24.59º 0.55% 0.87% -
XYZ 43.85 38.76 17.48 -
YUV 166.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 223 151 101 0 0.32 0.55 0.13 24.59 0.66 0.64
Hex DF 97 65 0 20 37 D 19 42 40
Octal 337 227 145 0 40 67 15 31 102 100
Binary 11011111 10010111 1100101 0 100000 110111 1101 11001 1000010 1000000

Color Harmonies of #DF9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9765

Black with #DF9765

Text Example


Text Example

White with #DF9765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9765; }

 p { color: rgb(223,151,101); }

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

background-color css

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

 a { background-color: rgb(223,151,101); }

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

border-color css

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

 span { border-color: rgb(223,151,101); }

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