Html Css Color HEX #DFA85D Rob Roy

📋 copy color: '#DFA85D'

red 223 ◦ green 168 ◦ blue 93

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

Shades of Rob Roy #DFA85D

Tints of Rob Roy #DFA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 46.07%
G = 34.71%
B = 19.21%

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

#DFA85D (or 0xDFA85D) is known color: Rob Roy. HEX triplet: DF, A8 and 5D. RGB value is (223,168,93). Sum of RGB (Red+Green+Blue) = 223+168+93=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA85D is #2057A2. Grayscale: #B0B0B0. Windows color (decimal): -2119587 or 6138079. OLE color: 6138079.

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

Color convert

RGB 223 168 93 -
CMYK 0 0.25 0.58 0.13
HSL 34.62º 0.67% 0.62% -
HSV(B) 34.62º 0.58% 0.87% -
XYZ 46.41 44.48 16.5 -
YUV 175.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 223 168 93 0 0.25 0.58 0.13 34.62 0.67 0.62
Hex DF A8 5D 0 19 3A D 23 43 3E
Octal 337 250 135 0 31 72 15 43 103 76
Binary 11011111 10101000 1011101 0 11001 111010 1101 100011 1000011 111110

Color Harmonies of #DFA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA85D

Black with #DFA85D

Text Example


Text Example

White with #DFA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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