Html Css Color HEX #DFB156 Rob Roy

📋 copy color: '#DFB156'

red 223 ◦ green 177 ◦ blue 86

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

Shades of Rob Roy #DFB156

Tints of Rob Roy #DFB156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.7%

R = 45.88%
G = 36.42%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFB156 (or 0xDFB156) is known color: Rob Roy. HEX triplet: DF, B1 and 56. RGB value is (223,177,86). Sum of RGB (Red+Green+Blue) = 223+177+86=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB156 is #204EA9. Grayscale: #B4B4B4. Windows color (decimal): -2117290 or 5681631. OLE color: 5681631.

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

Color convert

RGB 223 177 86 -
CMYK 0 0.21 0.61 0.13
HSL 39.85º 0.68% 0.61% -
HSV(B) 39.85º 0.61% 0.87% -
XYZ 47.83 47.8 15.51 -
YUV 180.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 223 177 86 0 0.21 0.61 0.13 39.85 0.68 0.61
Hex DF B1 56 0 15 3D D 28 44 3D
Octal 337 261 126 0 25 75 15 50 104 75
Binary 11011111 10110001 1010110 0 10101 111101 1101 101000 1000100 111101

Color Harmonies of #DFB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB156

Black with #DFB156

Text Example


Text Example

White with #DFB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB156; }

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

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

background-color css

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

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

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

border-color css

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

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

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