Html Css Color HEX #DFA76A Porsche

📋 copy color: '#DFA76A'

red 223 ◦ green 167 ◦ blue 106

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

Shades of Porsche #DFA76A

Tints of Porsche #DFA76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.37%

R = 44.96%
G = 33.67%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFA76A (or 0xDFA76A) is known color: Porsche. HEX triplet: DF, A7 and 6A. RGB value is (223,167,106). Sum of RGB (Red+Green+Blue) = 223+167+106=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA76A is #205895. Grayscale: #B1B1B1. Windows color (decimal): -2119830 or 6989791. OLE color: 6989791.

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

Color convert

RGB 223 167 106 -
CMYK 0 0.25 0.52 0.13
HSL 31.28º 0.65% 0.65% -
HSV(B) 31.28º 0.52% 0.87% -
XYZ 46.85 44.37 19.73 -
YUV 176.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 223 167 106 0 0.25 0.52 0.13 31.28 0.65 0.65
Hex DF A7 6A 0 19 34 D 1F 41 41
Octal 337 247 152 0 31 64 15 37 101 101
Binary 11011111 10100111 1101010 0 11001 110100 1101 11111 1000001 1000001

Color Harmonies of #DFA76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA76A

Black with #DFA76A

Text Example


Text Example

White with #DFA76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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