Html Css Color HEX #DBB750 Rob Roy

📋 copy color: '#DBB750'

red 219 ◦ green 183 ◦ blue 80

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

Shades of Rob Roy #DBB750

Tints of Rob Roy #DBB750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 45.44%
G = 37.97%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB750 (or 0xDBB750) is known color: Rob Roy. HEX triplet: DB, B7 and 50. RGB value is (219,183,80). Sum of RGB (Red+Green+Blue) = 219+183+80=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB750 is #2448AF. Grayscale: #B6B6B6. Windows color (decimal): -2377904 or 5289947. OLE color: 5289947.

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

Color convert

RGB 219 183 80 -
CMYK 0 0.16 0.63 0.14
HSL 44.46º 0.66% 0.59% -
HSV(B) 44.46º 0.63% 0.86% -
XYZ 47.59 49.51 14.64 -
YUV 182.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 219 183 80 0 0.16 0.63 0.14 44.46 0.66 0.59
Hex DB B7 50 0 10 3F E 2C 42 3B
Octal 333 267 120 0 20 77 16 54 102 73
Binary 11011011 10110111 1010000 0 10000 111111 1110 101100 1000010 111011

Color Harmonies of #DBB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB750

Black with #DBB750

Text Example


Text Example

White with #DBB750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB750; }

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

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

background-color css

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

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

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

border-color css

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

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

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