Html Css Color HEX #DBB04C Rob Roy

📋 copy color: '#DBB04C'

red 219 ◦ green 176 ◦ blue 76

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

Shades of Rob Roy #DBB04C

Tints of Rob Roy #DBB04C

RGB

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

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

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

R = 46.5%
G = 37.37%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBB04C (or 0xDBB04C) is known color: Rob Roy. HEX triplet: DB, B0 and 4C. RGB value is (219,176,76). Sum of RGB (Red+Green+Blue) = 219+176+76=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB04C is #244FB3. Grayscale: #B1B1B1. Windows color (decimal): -2379700 or 5026011. OLE color: 5026011.

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

Color convert

RGB 219 176 76 -
CMYK 0 0.20 0.65 0.14
HSL 41.96º 0.67% 0.58% -
HSV(B) 41.96º 0.65% 0.86% -
XYZ 46.04 46.63 13.41 -
YUV 177.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 219 176 76 0 0.20 0.65 0.14 41.96 0.67 0.58
Hex DB B0 4C 0 14 41 E 2A 43 3A
Octal 333 260 114 0 24 101 16 52 103 72
Binary 11011011 10110000 1001100 0 10100 1000001 1110 101010 1000011 111010

Color Harmonies of #DBB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB04C

Black with #DBB04C

Text Example


Text Example

White with #DBB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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