Html Css Color HEX #DFA850 Rob Roy

📋 copy color: '#DFA850'

red 223 ◦ green 168 ◦ blue 80

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

Shades of Rob Roy #DFA850

Tints of Rob Roy #DFA850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

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

R = 47.35%
G = 35.67%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFA850 (or 0xDFA850) is known color: Rob Roy. HEX triplet: DF, A8 and 50. RGB value is (223,168,80). Sum of RGB (Red+Green+Blue) = 223+168+80=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA850 is #2057AF. Grayscale: #AEAEAE. Windows color (decimal): -2119600 or 5286111. OLE color: 5286111.

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

Color convert

RGB 223 168 80 -
CMYK 0 0.25 0.64 0.13
HSL 36.92º 0.69% 0.59% -
HSV(B) 36.92º 0.64% 0.87% -
XYZ 45.88 44.27 13.72 -
YUV 174.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 223 168 80 0 0.25 0.64 0.13 36.92 0.69 0.59
Hex DF A8 50 0 19 40 D 25 45 3B
Octal 337 250 120 0 31 100 15 45 105 73
Binary 11011111 10101000 1010000 0 11001 1000000 1101 100101 1000101 111011

Color Harmonies of #DFA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA850

Black with #DFA850

Text Example


Text Example

White with #DFA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA850; }

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

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

background-color css

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

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

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

border-color css

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

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

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