Html Css Color HEX #DBB457 Rob Roy

📋 copy color: '#DBB457'

red 219 ◦ green 180 ◦ blue 87

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

Shades of Rob Roy #DBB457

Tints of Rob Roy #DBB457

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

 BLUE value IS 87 (34.38% from 255) = 17.9%

R = 45.06%
G = 37.04%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB457 (or 0xDBB457) is known color: Rob Roy. HEX triplet: DB, B4 and 57. RGB value is (219,180,87). Sum of RGB (Red+Green+Blue) = 219+180+87=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB457 is #244BA8. Grayscale: #B5B5B5. Windows color (decimal): -2378665 or 5747931. OLE color: 5747931.

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

Color convert

RGB 219 180 87 -
CMYK 0 0.18 0.60 0.14
HSL 42.27º 0.65% 0.6% -
HSV(B) 42.27º 0.6% 0.86% -
XYZ 47.25 48.39 15.87 -
YUV 181.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 219 180 87 0 0.18 0.60 0.14 42.27 0.65 0.6
Hex DB B4 57 0 12 3C E 2A 41 3C
Octal 333 264 127 0 22 74 16 52 101 74
Binary 11011011 10110100 1010111 0 10010 111100 1110 101010 1000001 111100

Color Harmonies of #DBB457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB457

Black with #DBB457

Text Example


Text Example

White with #DBB457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB457; }

 p { color: rgb(219,180,87); }

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

background-color css

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

 a { background-color: rgb(219,180,87); }

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

border-color css

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

 span { border-color: rgb(219,180,87); }

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