Html Css Color HEX #DFA55B Porsche

📋 copy color: '#DFA55B'

red 223 ◦ green 165 ◦ blue 91

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

Shades of Porsche #DFA55B

Tints of Porsche #DFA55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

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

R = 46.56%
G = 34.45%
B = 19%

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

#DFA55B (or 0xDFA55B) is known color: Porsche. HEX triplet: DF, A5 and 5B. RGB value is (223,165,91). Sum of RGB (Red+Green+Blue) = 223+165+91=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA55B is #205AA4. Grayscale: #AEAEAE. Windows color (decimal): -2120357 or 6006239. OLE color: 6006239.

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

Color convert

RGB 223 165 91 -
CMYK 0 0.26 0.59 0.13
HSL 33.64º 0.67% 0.62% -
HSV(B) 33.64º 0.59% 0.87% -
XYZ 45.77 43.35 15.85 -
YUV 173.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 223 165 91 0 0.26 0.59 0.13 33.64 0.67 0.62
Hex DF A5 5B 0 1A 3B D 22 43 3E
Octal 337 245 133 0 32 73 15 42 103 76
Binary 11011111 10100101 1011011 0 11010 111011 1101 100010 1000011 111110

Color Harmonies of #DFA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA55B

Black with #DFA55B

Text Example


Text Example

White with #DFA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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