Html Css Color HEX #DFAC4E Rob Roy

📋 copy color: '#DFAC4E'

red 223 ◦ green 172 ◦ blue 78

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

Shades of Rob Roy #DFAC4E

Tints of Rob Roy #DFAC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.49%

R = 47.15%
G = 36.36%
B = 16.49%

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

#DFAC4E (or 0xDFAC4E) is known color: Rob Roy. HEX triplet: DF, AC and 4E. RGB value is (223,172,78). Sum of RGB (Red+Green+Blue) = 223+172+78=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC4E is #2053B1. Grayscale: #B0B0B0. Windows color (decimal): -2118578 or 5156063. OLE color: 5156063.

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

Color convert

RGB 223 172 78 -
CMYK 0 0.23 0.65 0.13
HSL 38.9º 0.69% 0.59% -
HSV(B) 38.9º 0.65% 0.87% -
XYZ 46.56 45.74 13.58 -
YUV 176.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 223 172 78 0 0.23 0.65 0.13 38.9 0.69 0.59
Hex DF AC 4E 0 17 41 D 27 45 3B
Octal 337 254 116 0 27 101 15 47 105 73
Binary 11011111 10101100 1001110 0 10111 1000001 1101 100111 1000101 111011

Color Harmonies of #DFAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC4E

Black with #DFAC4E

Text Example


Text Example

White with #DFAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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