Html Css Color HEX #DFA761 Porsche

📋 copy color: '#DFA761'

red 223 ◦ green 167 ◦ blue 97

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

Shades of Porsche #DFA761

Tints of Porsche #DFA761

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

 BLUE value IS 97 (38.28% from 255) = 19.92%

R = 45.79%
G = 34.29%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFA761 (or 0xDFA761) is known color: Porsche. HEX triplet: DF, A7 and 61. RGB value is (223,167,97). Sum of RGB (Red+Green+Blue) = 223+167+97=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA761 is #20589E. Grayscale: #B0B0B0. Windows color (decimal): -2119839 or 6399967. OLE color: 6399967.

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

Color convert

RGB 223 167 97 -
CMYK 0 0.25 0.57 0.13
HSL 33.33º 0.66% 0.63% -
HSV(B) 33.33º 0.57% 0.87% -
XYZ 46.41 44.19 17.39 -
YUV 175.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 223 167 97 0 0.25 0.57 0.13 33.33 0.66 0.63
Hex DF A7 61 0 19 39 D 21 42 3F
Octal 337 247 141 0 31 71 15 41 102 77
Binary 11011111 10100111 1100001 0 11001 111001 1101 100001 1000010 111111

Color Harmonies of #DFA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA761

Black with #DFA761

Text Example


Text Example

White with #DFA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA761; }

 p { color: rgb(223,167,97); }

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

background-color css

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

 a { background-color: rgb(223,167,97); }

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

border-color css

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

 span { border-color: rgb(223,167,97); }

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