Html Css Color HEX #DBB44A Rob Roy

📋 copy color: '#DBB44A'

red 219 ◦ green 180 ◦ blue 74

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

Shades of Rob Roy #DBB44A

Tints of Rob Roy #DBB44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

 BLUE value IS 74 (29.3% from 255) = 15.64%

R = 46.3%
G = 38.05%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBB44A (or 0xDBB44A) is known color: Rob Roy. HEX triplet: DB, B4 and 4A. RGB value is (219,180,74). Sum of RGB (Red+Green+Blue) = 219+180+74=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB44A is #244BB5. Grayscale: #B4B4B4. Windows color (decimal): -2378678 or 4895963. OLE color: 4895963.

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

Color convert

RGB 219 180 74 -
CMYK 0 0.18 0.66 0.14
HSL 43.86º 0.67% 0.57% -
HSV(B) 43.86º 0.66% 0.86% -
XYZ 46.77 48.2 13.32 -
YUV 179.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 219 180 74 0 0.18 0.66 0.14 43.86 0.67 0.57
Hex DB B4 4A 0 12 42 E 2C 43 39
Octal 333 264 112 0 22 102 16 54 103 71
Binary 11011011 10110100 1001010 0 10010 1000010 1110 101100 1000011 111001

Color Harmonies of #DBB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB44A

Black with #DBB44A

Text Example


Text Example

White with #DBB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB44A; }

 p { color: rgb(219,180,74); }

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

background-color css

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

 a { background-color: rgb(219,180,74); }

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

border-color css

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

 span { border-color: rgb(219,180,74); }

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