Html Css Color HEX #DFA65F Porsche

📋 copy color: '#DFA65F'

red 223 ◦ green 166 ◦ blue 95

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

Shades of Porsche #DFA65F

Tints of Porsche #DFA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 46.07%
G = 34.3%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFA65F (or 0xDFA65F) is known color: Porsche. HEX triplet: DF, A6 and 5F. RGB value is (223,166,95). Sum of RGB (Red+Green+Blue) = 223+166+95=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA65F is #2059A0. Grayscale: #AFAFAF. Windows color (decimal): -2120097 or 6268639. OLE color: 6268639.

HSL color Cylindrical-coordinate representation of color #DFA65F: hue angle of 33.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFA65F is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 166 95 -
CMYK 0 0.26 0.57 0.13
HSL 33.28º 0.67% 0.62% -
HSV(B) 33.28º 0.57% 0.87% -
XYZ 46.13 43.79 16.85 -
YUV 174.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 223 166 95 0 0.26 0.57 0.13 33.28 0.67 0.62
Hex DF A6 5F 0 1A 39 D 21 43 3E
Octal 337 246 137 0 32 71 15 41 103 76
Binary 11011111 10100110 1011111 0 11010 111001 1101 100001 1000011 111110

Color Harmonies of #DFA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA65F

Black with #DFA65F

Text Example


Text Example

White with #DFA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA65F; }

 p { color: rgb(223,166,95); }

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

background-color css

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

 a { background-color: rgb(223,166,95); }

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

border-color css

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

 span { border-color: rgb(223,166,95); }

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