Html Css Color HEX #DF965A Porsche

📋 copy color: '#DF965A'

red 223 ◦ green 150 ◦ blue 90

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

Shades of Porsche #DF965A

Tints of Porsche #DF965A

RGB

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

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

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

R = 48.16%
G = 32.4%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF965A (or 0xDF965A) is known color: Porsche. HEX triplet: DF, 96 and 5A. RGB value is (223,150,90). Sum of RGB (Red+Green+Blue) = 223+150+90=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF965A is #2069A5. Grayscale: #A5A5A5. Windows color (decimal): -2124198 or 5936863. OLE color: 5936863.

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

Color convert

RGB 223 150 90 -
CMYK 0 0.33 0.60 0.13
HSL 27.07º 0.68% 0.61% -
HSV(B) 27.07º 0.6% 0.87% -
XYZ 43.18 38.24 14.78 -
YUV 164.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 223 150 90 0 0.33 0.60 0.13 27.07 0.68 0.61
Hex DF 96 5A 0 21 3C D 1B 44 3D
Octal 337 226 132 0 41 74 15 33 104 75
Binary 11011111 10010110 1011010 0 100001 111100 1101 11011 1000100 111101

Color Harmonies of #DF965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF965A

Black with #DF965A

Text Example


Text Example

White with #DF965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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