Html Css Color HEX #DF9965 Porsche

📋 copy color: '#DF9965'

red 223 ◦ green 153 ◦ blue 101

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

Shades of Porsche #DF9965

Tints of Porsche #DF9965

RGB

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

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

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

R = 46.75%
G = 32.08%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9965 (or 0xDF9965) is known color: Porsche. HEX triplet: DF, 99 and 65. RGB value is (223,153,101). Sum of RGB (Red+Green+Blue) = 223+153+101=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9965 is #20669A. Grayscale: #A8A8A8. Windows color (decimal): -2123419 or 6658527. OLE color: 6658527.

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

Color convert

RGB 223 153 101 -
CMYK 0 0.31 0.55 0.13
HSL 25.57º 0.66% 0.64% -
HSV(B) 25.57º 0.55% 0.87% -
XYZ 44.17 39.41 17.59 -
YUV 168 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 223 153 101 0 0.31 0.55 0.13 25.57 0.66 0.64
Hex DF 99 65 0 1F 37 D 1A 42 40
Octal 337 231 145 0 37 67 15 32 102 100
Binary 11011111 10011001 1100101 0 11111 110111 1101 11010 1000010 1000000

Color Harmonies of #DF9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9965

Black with #DF9965

Text Example


Text Example

White with #DF9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9965; }

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

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

background-color css

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

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

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

border-color css

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

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

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