Html Css Color HEX #DBB14F Rob Roy

📋 copy color: '#DBB14F'

red 219 ◦ green 177 ◦ blue 79

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

Shades of Rob Roy #DBB14F

Tints of Rob Roy #DBB14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.63%

R = 46.11%
G = 37.26%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBB14F (or 0xDBB14F) is known color: Rob Roy. HEX triplet: DB, B1 and 4F. RGB value is (219,177,79). Sum of RGB (Red+Green+Blue) = 219+177+79=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB14F is #244EB0. Grayscale: #B2B2B2. Windows color (decimal): -2379441 or 5222875. OLE color: 5222875.

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

Color convert

RGB 219 177 79 -
CMYK 0 0.19 0.64 0.14
HSL 42º 0.66% 0.58% -
HSV(B) 42º 0.64% 0.86% -
XYZ 46.35 47.07 14.04 -
YUV 178.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 219 177 79 0 0.19 0.64 0.14 42 0.66 0.58
Hex DB B1 4F 0 13 40 E 2A 42 3A
Octal 333 261 117 0 23 100 16 52 102 72
Binary 11011011 10110001 1001111 0 10011 1000000 1110 101010 1000010 111010

Color Harmonies of #DBB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB14F

Black with #DBB14F

Text Example


Text Example

White with #DBB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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