#DFA74D

Color #DFA74D Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DFA74D

Tints of Rob Roy #DFA74D

Color information

#DFA74D (or 0xDFA74D) is unknown color: approx Rob Roy. HEX triplet: DF, A7 and 4D. RGB value is (223,167,77). Sum of RGB (Red+Green+Blue) = 223+167+77=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA74D is #2058B2. Grayscale: #ADADAD. Windows color (decimal): -2119859 or 5089247. OLE color: 5089247.

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

Color convert

RGB22316777-
CMYK00.250.650.13
HSL36.99º69.52%58.82%-
HSV(B)36.99º65.47%87.45%-
XYZ45.5943.8613.08-
YUV173.4873.55163.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 77 (30.47% from 255) = 16.49%
R=47.75%
G=35.76%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231677700.250.650.1336.9969.5258.82
HexDFA74D01941D25463b
Octal337247115031101154510673
Binary11011111101001111001101011001100000111011001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA74D; }

 p { color: rgb(223,167,77); }

 H1.HeaderClassName
 {
   color: #DFA74D;
 }
 .AnyTagClassName
 {
   color: #DFA74D;
 }
</style>
background-color css

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

 a { background-color: rgb(223,167,77); }

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

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

 span { border-color: rgb(223,167,77); }

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