Html Css Color HEX #DFA550 Rob Roy

📋 copy color: '#DFA550'

red 223 ◦ green 165 ◦ blue 80

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

Shades of Rob Roy #DFA550

Tints of Rob Roy #DFA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 47.65%
G = 35.26%
B = 17.09%

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

#DFA550 (or 0xDFA550) is known color: Rob Roy. HEX triplet: DF, A5 and 50. RGB value is (223,165,80). Sum of RGB (Red+Green+Blue) = 223+165+80=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA550 is #205AAF. Grayscale: #ADADAD. Windows color (decimal): -2120368 or 5285343. OLE color: 5285343.

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

Color convert

RGB 223 165 80 -
CMYK 0 0.26 0.64 0.13
HSL 35.66º 0.69% 0.59% -
HSV(B) 35.66º 0.64% 0.87% -
XYZ 45.33 43.18 13.53 -
YUV 172.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 223 165 80 0 0.26 0.64 0.13 35.66 0.69 0.59
Hex DF A5 50 0 1A 40 D 24 45 3B
Octal 337 245 120 0 32 100 15 44 105 73
Binary 11011111 10100101 1010000 0 11010 1000000 1101 100100 1000101 111011

Color Harmonies of #DFA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA550

Black with #DFA550

Text Example


Text Example

White with #DFA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA550; }

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

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

background-color css

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

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

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

border-color css

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

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

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