Html Css Color HEX #DBB54C Rob Roy

📋 copy color: '#DBB54C'

red 219 ◦ green 181 ◦ blue 76

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

Shades of Rob Roy #DBB54C

Tints of Rob Roy #DBB54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 46.01%
G = 38.03%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBB54C (or 0xDBB54C) is known color: Rob Roy. HEX triplet: DB, B5 and 4C. RGB value is (219,181,76). Sum of RGB (Red+Green+Blue) = 219+181+76=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB54C is #244AB3. Grayscale: #B4B4B4. Windows color (decimal): -2378420 or 5027291. OLE color: 5027291.

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

Color convert

RGB 219 181 76 -
CMYK 0 0.17 0.65 0.14
HSL 44.06º 0.67% 0.58% -
HSV(B) 44.06º 0.65% 0.86% -
XYZ 47.04 48.63 13.74 -
YUV 180.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 219 181 76 0 0.17 0.65 0.14 44.06 0.67 0.58
Hex DB B5 4C 0 11 41 E 2C 43 3A
Octal 333 265 114 0 21 101 16 54 103 72
Binary 11011011 10110101 1001100 0 10001 1000001 1110 101100 1000011 111010

Color Harmonies of #DBB54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB54C

Black with #DBB54C

Text Example


Text Example

White with #DBB54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB54C; }

 p { color: rgb(219,181,76); }

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

background-color css

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

 a { background-color: rgb(219,181,76); }

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

border-color css

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

 span { border-color: rgb(219,181,76); }

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