Html Css Color HEX #DFB355 Rob Roy

📋 copy color: '#DFB355'

red 223 ◦ green 179 ◦ blue 85

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

Shades of Rob Roy #DFB355

Tints of Rob Roy #DFB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

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

R = 45.79%
G = 36.76%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFB355 (or 0xDFB355) is known color: Rob Roy. HEX triplet: DF, B3 and 55. RGB value is (223,179,85). Sum of RGB (Red+Green+Blue) = 223+179+85=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB355 is #204CAA. Grayscale: #B5B5B5. Windows color (decimal): -2116779 or 5616607. OLE color: 5616607.

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

Color convert

RGB 223 179 85 -
CMYK 0 0.20 0.62 0.13
HSL 40.87º 0.68% 0.6% -
HSV(B) 40.87º 0.62% 0.87% -
XYZ 48.19 48.58 15.43 -
YUV 181.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 223 179 85 0 0.20 0.62 0.13 40.87 0.68 0.6
Hex DF B3 55 0 14 3E D 29 44 3C
Octal 337 263 125 0 24 76 15 51 104 74
Binary 11011111 10110011 1010101 0 10100 111110 1101 101001 1000100 111100

Color Harmonies of #DFB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB355

Black with #DFB355

Text Example


Text Example

White with #DFB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB355; }

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

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

background-color css

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

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

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

border-color css

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

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

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