Html Css Color HEX #DFA655 Rob Roy

📋 copy color: '#DFA655'

red 223 ◦ green 166 ◦ blue 85

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

Shades of Rob Roy #DFA655

Tints of Rob Roy #DFA655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 47.05%
G = 35.02%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFA655 (or 0xDFA655) is known color: Rob Roy. HEX triplet: DF, A6 and 55. RGB value is (223,166,85). Sum of RGB (Red+Green+Blue) = 223+166+85=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA655 is #2059AA. Grayscale: #AEAEAE. Windows color (decimal): -2120107 or 5613279. OLE color: 5613279.

HSL color Cylindrical-coordinate representation of color #DFA655: hue angle of 35.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFA655 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 166 85 -
CMYK 0 0.26 0.62 0.13
HSL 35.22º 0.68% 0.6% -
HSV(B) 35.22º 0.62% 0.87% -
XYZ 45.71 43.62 14.6 -
YUV 173.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 223 166 85 0 0.26 0.62 0.13 35.22 0.68 0.6
Hex DF A6 55 0 1A 3E D 23 44 3C
Octal 337 246 125 0 32 76 15 43 104 74
Binary 11011111 10100110 1010101 0 11010 111110 1101 100011 1000100 111100

Color Harmonies of #DFA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA655

Black with #DFA655

Text Example


Text Example

White with #DFA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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