Html Css Color HEX #DF9953 Porsche

📋 copy color: '#DF9953'

red 223 ◦ green 153 ◦ blue 83

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

Shades of Porsche #DF9953

Tints of Porsche #DF9953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.08%

R = 48.58%
G = 33.33%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF9953 (or 0xDF9953) is known color: Porsche. HEX triplet: DF, 99 and 53. RGB value is (223,153,83). Sum of RGB (Red+Green+Blue) = 223+153+83=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9953 is #2066AC. Grayscale: #A6A6A6. Windows color (decimal): -2123437 or 5478879. OLE color: 5478879.

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

Color convert

RGB 223 153 83 -
CMYK 0 0.31 0.63 0.13
HSL 30º 0.69% 0.6% -
HSV(B) 30º 0.63% 0.87% -
XYZ 43.38 39.09 13.44 -
YUV 165.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 223 153 83 0 0.31 0.63 0.13 30 0.69 0.6
Hex DF 99 53 0 1F 3F D 1E 45 3C
Octal 337 231 123 0 37 77 15 36 105 74
Binary 11011111 10011001 1010011 0 11111 111111 1101 11110 1000101 111100

Color Harmonies of #DF9953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9953

Black with #DF9953

Text Example


Text Example

White with #DF9953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9953; }

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

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

background-color css

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

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

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

border-color css

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

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

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