Html Css Color HEX #DBB755 Rob Roy

📋 copy color: '#DBB755'

red 219 ◦ green 183 ◦ blue 85

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

Shades of Rob Roy #DBB755

Tints of Rob Roy #DBB755

RGB

 RED value IS 219 (85.94% from 255) = 44.97%

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

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

R = 44.97%
G = 37.58%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB755 (or 0xDBB755) is known color: Rob Roy. HEX triplet: DB, B7 and 55. RGB value is (219,183,85). Sum of RGB (Red+Green+Blue) = 219+183+85=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB755 is #2448AA. Grayscale: #B7B7B7. Windows color (decimal): -2377899 or 5617627. OLE color: 5617627.

HSL color Cylindrical-coordinate representation of color #DBB755: hue angle of 43.88º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBB755 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 85 -
CMYK 0 0.16 0.61 0.14
HSL 43.88º 0.65% 0.6% -
HSV(B) 43.88º 0.61% 0.86% -
XYZ 47.79 49.58 15.65 -
YUV 182.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 219 183 85 0 0.16 0.61 0.14 43.88 0.65 0.6
Hex DB B7 55 0 10 3D E 2C 41 3C
Octal 333 267 125 0 20 75 16 54 101 74
Binary 11011011 10110111 1010101 0 10000 111101 1110 101100 1000001 111100

Color Harmonies of #DBB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB755

Black with #DBB755

Text Example


Text Example

White with #DBB755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB755; }

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

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

background-color css

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

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

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

border-color css

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

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

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