Html Css Color HEX #DFB755 Rob Roy

📋 copy color: '#DFB755'

red 223 ◦ green 183 ◦ blue 85

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

Shades of Rob Roy #DFB755

Tints of Rob Roy #DFB755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.27%

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

R = 45.42%
G = 37.27%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFB755 (or 0xDFB755) is known color: Rob Roy. HEX triplet: DF, B7 and 55. RGB value is (223,183,85). Sum of RGB (Red+Green+Blue) = 223+183+85=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB755 is #2048AA. Grayscale: #B8B8B8. Windows color (decimal): -2115755 or 5617631. OLE color: 5617631.

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

Color convert

RGB 223 183 85 -
CMYK 0 0.18 0.62 0.13
HSL 42.61º 0.68% 0.6% -
HSV(B) 42.61º 0.62% 0.87% -
XYZ 49 50.21 15.7 -
YUV 183.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 223 183 85 0 0.18 0.62 0.13 42.61 0.68 0.6
Hex DF B7 55 0 12 3E D 2B 44 3C
Octal 337 267 125 0 22 76 15 53 104 74
Binary 11011111 10110111 1010101 0 10010 111110 1101 101011 1000100 111100

Color Harmonies of #DFB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB755

Black with #DFB755

Text Example


Text Example

White with #DFB755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB755; }

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

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

background-color css

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

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

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

border-color css

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

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

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