Html Css Color HEX #DBB753 Rob Roy

📋 copy color: '#DBB753'

red 219 ◦ green 183 ◦ blue 83

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

Shades of Rob Roy #DBB753

Tints of Rob Roy #DBB753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.11%

R = 45.15%
G = 37.73%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBB753 (or 0xDBB753) is known color: Rob Roy. HEX triplet: DB, B7 and 53. RGB value is (219,183,83). Sum of RGB (Red+Green+Blue) = 219+183+83=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB753 is #2448AC. Grayscale: #B6B6B6. Windows color (decimal): -2377901 or 5486555. OLE color: 5486555.

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

Color convert

RGB 219 183 83 -
CMYK 0 0.16 0.62 0.14
HSL 44.12º 0.65% 0.59% -
HSV(B) 44.12º 0.62% 0.86% -
XYZ 47.71 49.55 15.23 -
YUV 182.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 219 183 83 0 0.16 0.62 0.14 44.12 0.65 0.59
Hex DB B7 53 0 10 3E E 2C 41 3B
Octal 333 267 123 0 20 76 16 54 101 73
Binary 11011011 10110111 1010011 0 10000 111110 1110 101100 1000001 111011

Color Harmonies of #DBB753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB753

Black with #DBB753

Text Example


Text Example

White with #DBB753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB753; }

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

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

background-color css

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

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

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

border-color css

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

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

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