Html Css Color HEX #DBB257 Rob Roy

📋 copy color: '#DBB257'

red 219 ◦ green 178 ◦ blue 87

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

Shades of Rob Roy #DBB257

Tints of Rob Roy #DBB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

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

R = 45.25%
G = 36.78%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB257 (or 0xDBB257) is known color: Rob Roy. HEX triplet: DB, B2 and 57. RGB value is (219,178,87). Sum of RGB (Red+Green+Blue) = 219+178+87=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB257 is #244DA8. Grayscale: #B4B4B4. Windows color (decimal): -2379177 or 5747419. OLE color: 5747419.

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

Color convert

RGB 219 178 87 -
CMYK 0 0.19 0.60 0.14
HSL 41.36º 0.65% 0.6% -
HSV(B) 41.36º 0.6% 0.86% -
XYZ 46.85 47.59 15.73 -
YUV 179.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 219 178 87 0 0.19 0.60 0.14 41.36 0.65 0.6
Hex DB B2 57 0 13 3C E 29 41 3C
Octal 333 262 127 0 23 74 16 51 101 74
Binary 11011011 10110010 1010111 0 10011 111100 1110 101001 1000001 111100

Color Harmonies of #DBB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB257

Black with #DBB257

Text Example


Text Example

White with #DBB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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