Html Css Color HEX #DFAC5B Rob Roy

📋 copy color: '#DFAC5B'

red 223 ◦ green 172 ◦ blue 91

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

Shades of Rob Roy #DFAC5B

Tints of Rob Roy #DFAC5B

RGB

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

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

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

R = 45.88%
G = 35.39%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFAC5B (or 0xDFAC5B) is known color: Rob Roy. HEX triplet: DF, AC and 5B. RGB value is (223,172,91). Sum of RGB (Red+Green+Blue) = 223+172+91=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC5B is #2053A4. Grayscale: #B2B2B2. Windows color (decimal): -2118565 or 6008031. OLE color: 6008031.

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

Color convert

RGB 223 172 91 -
CMYK 0 0.23 0.59 0.13
HSL 36.82º 0.67% 0.62% -
HSV(B) 36.82º 0.59% 0.87% -
XYZ 47.07 45.95 16.29 -
YUV 178.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 223 172 91 0 0.23 0.59 0.13 36.82 0.67 0.62
Hex DF AC 5B 0 17 3B D 25 43 3E
Octal 337 254 133 0 27 73 15 45 103 76
Binary 11011111 10101100 1011011 0 10111 111011 1101 100101 1000011 111110

Color Harmonies of #DFAC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC5B

Black with #DFAC5B

Text Example


Text Example

White with #DFAC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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