Html Css Color HEX #DFAC5C Rob Roy

📋 copy color: '#DFAC5C'

red 223 ◦ green 172 ◦ blue 92

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

Shades of Rob Roy #DFAC5C

Tints of Rob Roy #DFAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.89%

R = 45.79%
G = 35.32%
B = 18.89%

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

#DFAC5C (or 0xDFAC5C) is known color: Rob Roy. HEX triplet: DF, AC and 5C. RGB value is (223,172,92). Sum of RGB (Red+Green+Blue) = 223+172+92=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC5C is #2053A3. Grayscale: #B2B2B2. Windows color (decimal): -2118564 or 6073567. OLE color: 6073567.

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

Color convert

RGB 223 172 92 -
CMYK 0 0.23 0.59 0.13
HSL 36.64º 0.67% 0.62% -
HSV(B) 36.64º 0.59% 0.87% -
XYZ 47.12 45.97 16.51 -
YUV 178.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 223 172 92 0 0.23 0.59 0.13 36.64 0.67 0.62
Hex DF AC 5C 0 17 3B D 25 43 3E
Octal 337 254 134 0 27 73 15 45 103 76
Binary 11011111 10101100 1011100 0 10111 111011 1101 100101 1000011 111110

Color Harmonies of #DFAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC5C

Black with #DFAC5C

Text Example


Text Example

White with #DFAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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