Html Css Color HEX #DFA955 Rob Roy

📋 copy color: '#DFA955'

red 223 ◦ green 169 ◦ blue 85

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

Shades of Rob Roy #DFA955

Tints of Rob Roy #DFA955

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 46.75%
G = 35.43%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFA955 (or 0xDFA955) is known color: Rob Roy. HEX triplet: DF, A9 and 55. RGB value is (223,169,85). Sum of RGB (Red+Green+Blue) = 223+169+85=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA955 is #2056AA. Grayscale: #AFAFAF. Windows color (decimal): -2119339 or 5614047. OLE color: 5614047.

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

Color convert

RGB 223 169 85 -
CMYK 0 0.24 0.62 0.13
HSL 36.52º 0.68% 0.6% -
HSV(B) 36.52º 0.62% 0.87% -
XYZ 46.26 44.72 14.79 -
YUV 175.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 223 169 85 0 0.24 0.62 0.13 36.52 0.68 0.6
Hex DF A9 55 0 18 3E D 25 44 3C
Octal 337 251 125 0 30 76 15 45 104 74
Binary 11011111 10101001 1010101 0 11000 111110 1101 100101 1000100 111100

Color Harmonies of #DFA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA955

Black with #DFA955

Text Example


Text Example

White with #DFA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA955; }

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

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

background-color css

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

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

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

border-color css

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

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

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