Html Css Color HEX #DBB05A Rob Roy

📋 copy color: '#DBB05A'

red 219 ◦ green 176 ◦ blue 90

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

Shades of Rob Roy #DBB05A

Tints of Rob Roy #DBB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 45.15%
G = 36.29%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB05A (or 0xDBB05A) is known color: Rob Roy. HEX triplet: DB, B0 and 5A. RGB value is (219,176,90). Sum of RGB (Red+Green+Blue) = 219+176+90=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB05A is #244FA5. Grayscale: #B3B3B3. Windows color (decimal): -2379686 or 5943515. OLE color: 5943515.

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

Color convert

RGB 219 176 90 -
CMYK 0 0.20 0.59 0.14
HSL 40º 0.64% 0.61% -
HSV(B) 40º 0.59% 0.86% -
XYZ 46.58 46.85 16.26 -
YUV 179.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 219 176 90 0 0.20 0.59 0.14 40 0.64 0.61
Hex DB B0 5A 0 14 3B E 28 40 3D
Octal 333 260 132 0 24 73 16 50 100 75
Binary 11011011 10110000 1011010 0 10100 111011 1110 101000 1000000 111101

Color Harmonies of #DBB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB05A

Black with #DBB05A

Text Example


Text Example

White with #DBB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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