Html Css Color HEX #DFA65D Porsche

📋 copy color: '#DFA65D'

red 223 ◦ green 166 ◦ blue 93

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

Shades of Porsche #DFA65D

Tints of Porsche #DFA65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 46.27%
G = 34.44%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA65D (or 0xDFA65D) is known color: Porsche. HEX triplet: DF, A6 and 5D. RGB value is (223,166,93). Sum of RGB (Red+Green+Blue) = 223+166+93=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA65D is #2059A2. Grayscale: #AFAFAF. Windows color (decimal): -2120099 or 6137567. OLE color: 6137567.

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

Color convert

RGB 223 166 93 -
CMYK 0 0.26 0.58 0.13
HSL 33.69º 0.67% 0.62% -
HSV(B) 33.69º 0.58% 0.87% -
XYZ 46.04 43.75 16.37 -
YUV 174.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 223 166 93 0 0.26 0.58 0.13 33.69 0.67 0.62
Hex DF A6 5D 0 1A 3A D 22 43 3E
Octal 337 246 135 0 32 72 15 42 103 76
Binary 11011111 10100110 1011101 0 11010 111010 1101 100010 1000011 111110

Color Harmonies of #DFA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA65D

Black with #DFA65D

Text Example


Text Example

White with #DFA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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