Html Css Color HEX #DFA46C Porsche

📋 copy color: '#DFA46C'

red 223 ◦ green 164 ◦ blue 108

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

Shades of Porsche #DFA46C

Tints of Porsche #DFA46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.13%

 BLUE value IS 108 (42.58% from 255) = 21.82%

R = 45.05%
G = 33.13%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFA46C (or 0xDFA46C) is known color: Porsche. HEX triplet: DF, A4 and 6C. RGB value is (223,164,108). Sum of RGB (Red+Green+Blue) = 223+164+108=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA46C is #205B93. Grayscale: #AFAFAF. Windows color (decimal): -2120596 or 7120095. OLE color: 7120095.

HSL color Cylindrical-coordinate representation of color #DFA46C: hue angle of 29.22º degrees, saturation: 0.64, 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 #DFA46C is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 164 108 -
CMYK 0 0.26 0.52 0.13
HSL 29.22º 0.64% 0.65% -
HSV(B) 29.22º 0.52% 0.87% -
XYZ 46.41 43.32 20.1 -
YUV 175.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 223 164 108 0 0.26 0.52 0.13 29.22 0.64 0.65
Hex DF A4 6C 0 1A 34 D 1D 40 41
Octal 337 244 154 0 32 64 15 35 100 101
Binary 11011111 10100100 1101100 0 11010 110100 1101 11101 1000000 1000001

Color Harmonies of #DFA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA46C

Black with #DFA46C

Text Example


Text Example

White with #DFA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA46C; }

 p { color: rgb(223,164,108); }

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

background-color css

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

 a { background-color: rgb(223,164,108); }

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

border-color css

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

 span { border-color: rgb(223,164,108); }

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