Html Css Color HEX #DFA85E Rob Roy

📋 copy color: '#DFA85E'

red 223 ◦ green 168 ◦ blue 94

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

Shades of Rob Roy #DFA85E

Tints of Rob Roy #DFA85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 94 (37.11% from 255) = 19.38%

R = 45.98%
G = 34.64%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA85E (or 0xDFA85E) is known color: Rob Roy. HEX triplet: DF, A8 and 5E. RGB value is (223,168,94). Sum of RGB (Red+Green+Blue) = 223+168+94=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA85E is #2057A1. Grayscale: #B0B0B0. Windows color (decimal): -2119586 or 6203615. OLE color: 6203615.

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

Color convert

RGB 223 168 94 -
CMYK 0 0.25 0.58 0.13
HSL 34.42º 0.67% 0.62% -
HSV(B) 34.42º 0.58% 0.87% -
XYZ 46.45 44.5 16.73 -
YUV 176.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 223 168 94 0 0.25 0.58 0.13 34.42 0.67 0.62
Hex DF A8 5E 0 19 3A D 22 43 3E
Octal 337 250 136 0 31 72 15 42 103 76
Binary 11011111 10101000 1011110 0 11001 111010 1101 100010 1000011 111110

Color Harmonies of #DFA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA85E

Black with #DFA85E

Text Example


Text Example

White with #DFA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA85E; }

 p { color: rgb(223,168,94); }

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

background-color css

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

 a { background-color: rgb(223,168,94); }

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

border-color css

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

 span { border-color: rgb(223,168,94); }

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