Html Css Color HEX #DFB050 Rob Roy

📋 copy color: '#DFB050'

red 223 ◦ green 176 ◦ blue 80

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

Shades of Rob Roy #DFB050

Tints of Rob Roy #DFB050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 46.56%
G = 36.74%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFB050 (or 0xDFB050) is known color: Rob Roy. HEX triplet: DF, B0 and 50. RGB value is (223,176,80). Sum of RGB (Red+Green+Blue) = 223+176+80=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB050 is #204FAF. Grayscale: #B3B3B3. Windows color (decimal): -2117552 or 5288159. OLE color: 5288159.

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

Color convert

RGB 223 176 80 -
CMYK 0 0.21 0.64 0.13
HSL 40.28º 0.69% 0.59% -
HSV(B) 40.28º 0.64% 0.87% -
XYZ 47.4 47.32 14.22 -
YUV 179.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 223 176 80 0 0.21 0.64 0.13 40.28 0.69 0.59
Hex DF B0 50 0 15 40 D 28 45 3B
Octal 337 260 120 0 25 100 15 50 105 73
Binary 11011111 10110000 1010000 0 10101 1000000 1101 101000 1000101 111011

Color Harmonies of #DFB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB050

Black with #DFB050

Text Example


Text Example

White with #DFB050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB050; }

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

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

background-color css

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

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

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

border-color css

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

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

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