Html Css Color HEX #DFA85B Rob Roy

📋 copy color: '#DFA85B'

red 223 ◦ green 168 ◦ blue 91

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

Shades of Rob Roy #DFA85B

Tints of Rob Roy #DFA85B

RGB

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

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

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

R = 46.27%
G = 34.85%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFA85B (or 0xDFA85B) is known color: Rob Roy. HEX triplet: DF, A8 and 5B. RGB value is (223,168,91). Sum of RGB (Red+Green+Blue) = 223+168+91=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA85B is #2057A4. Grayscale: #B0B0B0. Windows color (decimal): -2119589 or 6007007. OLE color: 6007007.

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

Color convert

RGB 223 168 91 -
CMYK 0 0.25 0.59 0.13
HSL 35º 0.67% 0.62% -
HSV(B) 35º 0.59% 0.87% -
XYZ 46.32 44.45 16.04 -
YUV 175.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 223 168 91 0 0.25 0.59 0.13 35 0.67 0.62
Hex DF A8 5B 0 19 3B D 23 43 3E
Octal 337 250 133 0 31 73 15 43 103 76
Binary 11011111 10101000 1011011 0 11001 111011 1101 100011 1000011 111110

Color Harmonies of #DFA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA85B

Black with #DFA85B

Text Example


Text Example

White with #DFA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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