Html Css Color HEX #DFA66B Porsche

📋 copy color: '#DFA66B'

red 223 ◦ green 166 ◦ blue 107

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

Shades of Porsche #DFA66B

Tints of Porsche #DFA66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 44.96%
G = 33.47%
B = 21.57%

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

#DFA66B (or 0xDFA66B) is known color: Porsche. HEX triplet: DF, A6 and 6B. RGB value is (223,166,107). Sum of RGB (Red+Green+Blue) = 223+166+107=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA66B is #205994. Grayscale: #B0B0B0. Windows color (decimal): -2120085 or 7055071. OLE color: 7055071.

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

Color convert

RGB 223 166 107 -
CMYK 0 0.26 0.52 0.13
HSL 30.52º 0.64% 0.65% -
HSV(B) 30.52º 0.52% 0.87% -
XYZ 46.72 44.02 19.94 -
YUV 176.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 223 166 107 0 0.26 0.52 0.13 30.52 0.64 0.65
Hex DF A6 6B 0 1A 34 D 1F 40 41
Octal 337 246 153 0 32 64 15 37 100 101
Binary 11011111 10100110 1101011 0 11010 110100 1101 11111 1000000 1000001

Color Harmonies of #DFA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA66B

Black with #DFA66B

Text Example


Text Example

White with #DFA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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