Html Css Color HEX #DFAC55 Rob Roy

📋 copy color: '#DFAC55'

red 223 ◦ green 172 ◦ blue 85

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

Shades of Rob Roy #DFAC55

Tints of Rob Roy #DFAC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.83%

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

R = 46.46%
G = 35.83%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFAC55 (or 0xDFAC55) is known color: Rob Roy. HEX triplet: DF, AC and 55. RGB value is (223,172,85). Sum of RGB (Red+Green+Blue) = 223+172+85=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC55 is #2053AA. Grayscale: #B1B1B1. Windows color (decimal): -2118571 or 5614815. OLE color: 5614815.

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

Color convert

RGB 223 172 85 -
CMYK 0 0.23 0.62 0.13
HSL 37.83º 0.68% 0.6% -
HSV(B) 37.83º 0.62% 0.87% -
XYZ 46.82 45.85 14.98 -
YUV 177.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 223 172 85 0 0.23 0.62 0.13 37.83 0.68 0.6
Hex DF AC 55 0 17 3E D 26 44 3C
Octal 337 254 125 0 27 76 15 46 104 74
Binary 11011111 10101100 1010101 0 10111 111110 1101 100110 1000100 111100

Color Harmonies of #DFAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC55

Black with #DFAC55

Text Example


Text Example

White with #DFAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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