Html Css Color HEX #DBB44E Rob Roy

📋 copy color: '#DBB44E'

red 219 ◦ green 180 ◦ blue 78

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

Shades of Rob Roy #DBB44E

Tints of Rob Roy #DBB44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.35%

R = 45.91%
G = 37.74%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBB44E (or 0xDBB44E) is known color: Rob Roy. HEX triplet: DB, B4 and 4E. RGB value is (219,180,78). Sum of RGB (Red+Green+Blue) = 219+180+78=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB44E is #244BB1. Grayscale: #B4B4B4. Windows color (decimal): -2378674 or 5158107. OLE color: 5158107.

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

Color convert

RGB 219 180 78 -
CMYK 0 0.18 0.64 0.14
HSL 43.4º 0.66% 0.58% -
HSV(B) 43.4º 0.64% 0.86% -
XYZ 46.91 48.25 14.05 -
YUV 180.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 219 180 78 0 0.18 0.64 0.14 43.4 0.66 0.58
Hex DB B4 4E 0 12 40 E 2B 42 3A
Octal 333 264 116 0 22 100 16 53 102 72
Binary 11011011 10110100 1001110 0 10010 1000000 1110 101011 1000010 111010

Color Harmonies of #DBB44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB44E

Black with #DBB44E

Text Example


Text Example

White with #DBB44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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