Html Css Color HEX #DFB056 Rob Roy

📋 copy color: '#DFB056'

red 223 ◦ green 176 ◦ blue 86

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

Shades of Rob Roy #DFB056

Tints of Rob Roy #DFB056

RGB

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

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

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

R = 45.98%
G = 36.29%
B = 17.73%

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

#DFB056 (or 0xDFB056) is known color: Rob Roy. HEX triplet: DF, B0 and 56. RGB value is (223,176,86). Sum of RGB (Red+Green+Blue) = 223+176+86=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB056 is #204FA9. Grayscale: #B4B4B4. Windows color (decimal): -2117546 or 5681375. OLE color: 5681375.

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

Color convert

RGB 223 176 86 -
CMYK 0 0.21 0.61 0.13
HSL 39.42º 0.68% 0.61% -
HSV(B) 39.42º 0.61% 0.87% -
XYZ 47.64 47.41 15.44 -
YUV 179.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 223 176 86 0 0.21 0.61 0.13 39.42 0.68 0.61
Hex DF B0 56 0 15 3D D 27 44 3D
Octal 337 260 126 0 25 75 15 47 104 75
Binary 11011111 10110000 1010110 0 10101 111101 1101 100111 1000100 111101

Color Harmonies of #DFB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB056

Black with #DFB056

Text Example


Text Example

White with #DFB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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