Html Css Color HEX #DBB251 Rob Roy

📋 copy color: '#DBB251'

red 219 ◦ green 178 ◦ blue 81

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

Shades of Rob Roy #DBB251

Tints of Rob Roy #DBB251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.95%

R = 45.82%
G = 37.24%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB251 (or 0xDBB251) is known color: Rob Roy. HEX triplet: DB, B2 and 51. RGB value is (219,178,81). Sum of RGB (Red+Green+Blue) = 219+178+81=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB251 is #244DAE. Grayscale: #B3B3B3. Windows color (decimal): -2379183 or 5354203. OLE color: 5354203.

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

Color convert

RGB 219 178 81 -
CMYK 0 0.19 0.63 0.14
HSL 42.17º 0.66% 0.59% -
HSV(B) 42.17º 0.63% 0.86% -
XYZ 46.62 47.49 14.49 -
YUV 179.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 219 178 81 0 0.19 0.63 0.14 42.17 0.66 0.59
Hex DB B2 51 0 13 3F E 2A 42 3B
Octal 333 262 121 0 23 77 16 52 102 73
Binary 11011011 10110010 1010001 0 10011 111111 1110 101010 1000010 111011

Color Harmonies of #DBB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB251

Black with #DBB251

Text Example


Text Example

White with #DBB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB251; }

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

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

background-color css

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

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

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

border-color css

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

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

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