Html Css Color HEX #DFA650 Rob Roy

📋 copy color: '#DFA650'

red 223 ◦ green 166 ◦ blue 80

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

Shades of Rob Roy #DFA650

Tints of Rob Roy #DFA650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 80 (31.64% from 255) = 17.06%

R = 47.55%
G = 35.39%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFA650 (or 0xDFA650) is known color: Rob Roy. HEX triplet: DF, A6 and 50. RGB value is (223,166,80). Sum of RGB (Red+Green+Blue) = 223+166+80=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA650 is #2059AF. Grayscale: #ADADAD. Windows color (decimal): -2120112 or 5285599. OLE color: 5285599.

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

Color convert

RGB 223 166 80 -
CMYK 0 0.26 0.64 0.13
HSL 36.08º 0.69% 0.59% -
HSV(B) 36.08º 0.64% 0.87% -
XYZ 45.52 43.54 13.59 -
YUV 173.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 223 166 80 0 0.26 0.64 0.13 36.08 0.69 0.59
Hex DF A6 50 0 1A 40 D 24 45 3B
Octal 337 246 120 0 32 100 15 44 105 73
Binary 11011111 10100110 1010000 0 11010 1000000 1101 100100 1000101 111011

Color Harmonies of #DFA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA650

Black with #DFA650

Text Example


Text Example

White with #DFA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA650; }

 p { color: rgb(223,166,80); }

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

background-color css

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

 a { background-color: rgb(223,166,80); }

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

border-color css

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

 span { border-color: rgb(223,166,80); }

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