Html Css Color HEX #DBB14C Rob Roy

📋 copy color: '#DBB14C'

red 219 ◦ green 177 ◦ blue 76

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

Shades of Rob Roy #DBB14C

Tints of Rob Roy #DBB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

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

R = 46.4%
G = 37.5%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBB14C (or 0xDBB14C) is known color: Rob Roy. HEX triplet: DB, B1 and 4C. RGB value is (219,177,76). Sum of RGB (Red+Green+Blue) = 219+177+76=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB14C is #244EB3. Grayscale: #B2B2B2. Windows color (decimal): -2379444 or 5026267. OLE color: 5026267.

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

Color convert

RGB 219 177 76 -
CMYK 0 0.19 0.65 0.14
HSL 42.38º 0.67% 0.58% -
HSV(B) 42.38º 0.65% 0.86% -
XYZ 46.24 47.03 13.48 -
YUV 178.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 219 177 76 0 0.19 0.65 0.14 42.38 0.67 0.58
Hex DB B1 4C 0 13 41 E 2A 43 3A
Octal 333 261 114 0 23 101 16 52 103 72
Binary 11011011 10110001 1001100 0 10011 1000001 1110 101010 1000011 111010

Color Harmonies of #DBB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB14C

Black with #DBB14C

Text Example


Text Example

White with #DBB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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