Html Css Color HEX #DFB550 Rob Roy

📋 copy color: '#DFB550'

red 223 ◦ green 181 ◦ blue 80

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

Shades of Rob Roy #DFB550

Tints of Rob Roy #DFB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 46.07%
G = 37.4%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFB550 (or 0xDFB550) is known color: Rob Roy. HEX triplet: DF, B5 and 50. RGB value is (223,181,80). Sum of RGB (Red+Green+Blue) = 223+181+80=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB550 is #204AAF. Grayscale: #B6B6B6. Windows color (decimal): -2116272 or 5289439. OLE color: 5289439.

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

Color convert

RGB 223 181 80 -
CMYK 0 0.19 0.64 0.13
HSL 42.38º 0.69% 0.59% -
HSV(B) 42.38º 0.64% 0.87% -
XYZ 48.4 49.31 14.56 -
YUV 182.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 223 181 80 0 0.19 0.64 0.13 42.38 0.69 0.59
Hex DF B5 50 0 13 40 D 2A 45 3B
Octal 337 265 120 0 23 100 15 52 105 73
Binary 11011111 10110101 1010000 0 10011 1000000 1101 101010 1000101 111011

Color Harmonies of #DFB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB550

Black with #DFB550

Text Example


Text Example

White with #DFB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB550; }

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

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

background-color css

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

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

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

border-color css

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

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

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