Html Css Color HEX #DF9B5A Porsche

📋 copy color: '#DF9B5A'

red 223 ◦ green 155 ◦ blue 90

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

Shades of Porsche #DF9B5A

Tints of Porsche #DF9B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.12%

 BLUE value IS 90 (35.55% from 255) = 19.23%

R = 47.65%
G = 33.12%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF9B5A (or 0xDF9B5A) is known color: Porsche. HEX triplet: DF, 9B and 5A. RGB value is (223,155,90). Sum of RGB (Red+Green+Blue) = 223+155+90=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B5A is #2064A5. Grayscale: #A8A8A8. Windows color (decimal): -2122918 or 5938143. OLE color: 5938143.

HSL color Cylindrical-coordinate representation of color #DF9B5A: hue angle of 29.32º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF9B5A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 155 90 -
CMYK 0 0.30 0.60 0.13
HSL 29.32º 0.68% 0.61% -
HSV(B) 29.32º 0.6% 0.87% -
XYZ 44 39.87 15.05 -
YUV 167.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 223 155 90 0 0.30 0.60 0.13 29.32 0.68 0.61
Hex DF 9B 5A 0 1E 3C D 1D 44 3D
Octal 337 233 132 0 36 74 15 35 104 75
Binary 11011111 10011011 1011010 0 11110 111100 1101 11101 1000100 111101

Color Harmonies of #DF9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9B5A

Black with #DF9B5A

Text Example


Text Example

White with #DF9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9B5A; }

 p { color: rgb(223,155,90); }

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

background-color css

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

 a { background-color: rgb(223,155,90); }

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

border-color css

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

 span { border-color: rgb(223,155,90); }

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