Html Css Color HEX #DBB057 Rob Roy

📋 copy color: '#DBB057'

red 219 ◦ green 176 ◦ blue 87

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

Shades of Rob Roy #DBB057

Tints of Rob Roy #DBB057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 45.44%
G = 36.51%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB057 (or 0xDBB057) is known color: Rob Roy. HEX triplet: DB, B0 and 57. RGB value is (219,176,87). Sum of RGB (Red+Green+Blue) = 219+176+87=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB057 is #244FA8. Grayscale: #B3B3B3. Windows color (decimal): -2379689 or 5746907. OLE color: 5746907.

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

Color convert

RGB 219 176 87 -
CMYK 0 0.20 0.60 0.14
HSL 40.45º 0.65% 0.6% -
HSV(B) 40.45º 0.6% 0.86% -
XYZ 46.46 46.8 15.6 -
YUV 178.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 219 176 87 0 0.20 0.60 0.14 40.45 0.65 0.6
Hex DB B0 57 0 14 3C E 28 41 3C
Octal 333 260 127 0 24 74 16 50 101 74
Binary 11011011 10110000 1010111 0 10100 111100 1110 101000 1000001 111100

Color Harmonies of #DBB057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB057

Black with #DBB057

Text Example


Text Example

White with #DBB057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB057; }

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

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

background-color css

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

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

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

border-color css

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

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

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