Html Css Color HEX #DFAC4F Rob Roy

📋 copy color: '#DFAC4F'

red 223 ◦ green 172 ◦ blue 79

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

Shades of Rob Roy #DFAC4F

Tints of Rob Roy #DFAC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.67%

R = 47.05%
G = 36.29%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFAC4F (or 0xDFAC4F) is known color: Rob Roy. HEX triplet: DF, AC and 4F. RGB value is (223,172,79). Sum of RGB (Red+Green+Blue) = 223+172+79=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC4F is #2053B0. Grayscale: #B1B1B1. Windows color (decimal): -2118577 or 5221599. OLE color: 5221599.

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

Color convert

RGB 223 172 79 -
CMYK 0 0.23 0.65 0.13
HSL 38.75º 0.69% 0.59% -
HSV(B) 38.75º 0.65% 0.87% -
XYZ 46.6 45.76 13.77 -
YUV 176.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 223 172 79 0 0.23 0.65 0.13 38.75 0.69 0.59
Hex DF AC 4F 0 17 41 D 27 45 3B
Octal 337 254 117 0 27 101 15 47 105 73
Binary 11011111 10101100 1001111 0 10111 1000001 1101 100111 1000101 111011

Color Harmonies of #DFAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC4F

Black with #DFAC4F

Text Example


Text Example

White with #DFAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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