Html Css Color HEX #DBB655 Rob Roy

📋 copy color: '#DBB655'

red 219 ◦ green 182 ◦ blue 85

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

Shades of Rob Roy #DBB655

Tints of Rob Roy #DBB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

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

R = 45.06%
G = 37.45%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB655 (or 0xDBB655) is known color: Rob Roy. HEX triplet: DB, B6 and 55. RGB value is (219,182,85). Sum of RGB (Red+Green+Blue) = 219+182+85=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB655 is #2449AA. Grayscale: #B6B6B6. Windows color (decimal): -2378155 or 5617371. OLE color: 5617371.

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

Color convert

RGB 219 182 85 -
CMYK 0 0.17 0.61 0.14
HSL 43.43º 0.65% 0.6% -
HSV(B) 43.43º 0.61% 0.86% -
XYZ 47.58 49.17 15.58 -
YUV 182.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 219 182 85 0 0.17 0.61 0.14 43.43 0.65 0.6
Hex DB B6 55 0 11 3D E 2B 41 3C
Octal 333 266 125 0 21 75 16 53 101 74
Binary 11011011 10110110 1010101 0 10001 111101 1110 101011 1000001 111100

Color Harmonies of #DBB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB655

Black with #DBB655

Text Example


Text Example

White with #DBB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB655; }

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

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

background-color css

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

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

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

border-color css

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

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

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