Html Css Color HEX #DFA45B Porsche

📋 copy color: '#DFA45B'

red 223 ◦ green 164 ◦ blue 91

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

Shades of Porsche #DFA45B

Tints of Porsche #DFA45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.04%

R = 46.65%
G = 34.31%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFA45B (or 0xDFA45B) is known color: Porsche. HEX triplet: DF, A4 and 5B. RGB value is (223,164,91). Sum of RGB (Red+Green+Blue) = 223+164+91=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA45B is #205BA4. Grayscale: #ADADAD. Windows color (decimal): -2120613 or 6005983. OLE color: 6005983.

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

Color convert

RGB 223 164 91 -
CMYK 0 0.26 0.59 0.13
HSL 33.18º 0.67% 0.62% -
HSV(B) 33.18º 0.59% 0.87% -
XYZ 45.6 42.99 15.79 -
YUV 173.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 223 164 91 0 0.26 0.59 0.13 33.18 0.67 0.62
Hex DF A4 5B 0 1A 3B D 21 43 3E
Octal 337 244 133 0 32 73 15 41 103 76
Binary 11011111 10100100 1011011 0 11010 111011 1101 100001 1000011 111110

Color Harmonies of #DFA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA45B

Black with #DFA45B

Text Example


Text Example

White with #DFA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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