Html Css Color HEX #DFB155 Rob Roy

📋 copy color: '#DFB155'

red 223 ◦ green 177 ◦ blue 85

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

Shades of Rob Roy #DFB155

Tints of Rob Roy #DFB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 45.98%
G = 36.49%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFB155 (or 0xDFB155) is known color: Rob Roy. HEX triplet: DF, B1 and 55. RGB value is (223,177,85). Sum of RGB (Red+Green+Blue) = 223+177+85=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB155 is #204EAA. Grayscale: #B4B4B4. Windows color (decimal): -2117291 or 5616095. OLE color: 5616095.

HSL color Cylindrical-coordinate representation of color #DFB155: hue angle of 40º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFB155 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 177 85 -
CMYK 0 0.21 0.62 0.13
HSL 40º 0.68% 0.6% -
HSV(B) 40º 0.62% 0.87% -
XYZ 47.79 47.79 15.3 -
YUV 180.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 223 177 85 0 0.21 0.62 0.13 40 0.68 0.6
Hex DF B1 55 0 15 3E D 28 44 3C
Octal 337 261 125 0 25 76 15 50 104 74
Binary 11011111 10110001 1010101 0 10101 111110 1101 101000 1000100 111100

Color Harmonies of #DFB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB155

Black with #DFB155

Text Example


Text Example

White with #DFB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB155; }

 p { color: rgb(223,177,85); }

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

background-color css

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

 a { background-color: rgb(223,177,85); }

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

border-color css

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

 span { border-color: rgb(223,177,85); }

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