Html Css Color HEX #DFAC52 Rob Roy

📋 copy color: '#DFAC52'

red 223 ◦ green 172 ◦ blue 82

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

Shades of Rob Roy #DFAC52

Tints of Rob Roy #DFAC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.19%

R = 46.75%
G = 36.06%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFAC52 (or 0xDFAC52) is known color: Rob Roy. HEX triplet: DF, AC and 52. RGB value is (223,172,82). Sum of RGB (Red+Green+Blue) = 223+172+82=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC52 is #2053AD. Grayscale: #B1B1B1. Windows color (decimal): -2118574 or 5418207. OLE color: 5418207.

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

Color convert

RGB 223 172 82 -
CMYK 0 0.23 0.63 0.13
HSL 38.3º 0.69% 0.6% -
HSV(B) 38.3º 0.63% 0.87% -
XYZ 46.71 45.8 14.36 -
YUV 176.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 223 172 82 0 0.23 0.63 0.13 38.3 0.69 0.6
Hex DF AC 52 0 17 3F D 26 45 3C
Octal 337 254 122 0 27 77 15 46 105 74
Binary 11011111 10101100 1010010 0 10111 111111 1101 100110 1000101 111100

Color Harmonies of #DFAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC52

Black with #DFAC52

Text Example


Text Example

White with #DFAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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