Html Css Color HEX #DBB754 Rob Roy

📋 copy color: '#DBB754'

red 219 ◦ green 183 ◦ blue 84

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

Shades of Rob Roy #DBB754

Tints of Rob Roy #DBB754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.28%

R = 45.06%
G = 37.65%
B = 17.28%

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

#DBB754 (or 0xDBB754) is known color: Rob Roy. HEX triplet: DB, B7 and 54. RGB value is (219,183,84). Sum of RGB (Red+Green+Blue) = 219+183+84=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB754 is #2448AB. Grayscale: #B6B6B6. Windows color (decimal): -2377900 or 5552091. OLE color: 5552091.

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

Color convert

RGB 219 183 84 -
CMYK 0 0.16 0.62 0.14
HSL 44º 0.65% 0.59% -
HSV(B) 44º 0.62% 0.86% -
XYZ 47.75 49.57 15.44 -
YUV 182.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 219 183 84 0 0.16 0.62 0.14 44 0.65 0.59
Hex DB B7 54 0 10 3E E 2C 41 3B
Octal 333 267 124 0 20 76 16 54 101 73
Binary 11011011 10110111 1010100 0 10000 111110 1110 101100 1000001 111011

Color Harmonies of #DBB754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB754

Black with #DBB754

Text Example


Text Example

White with #DBB754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB754; }

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

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

background-color css

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

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

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

border-color css

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

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

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