Html Css Color HEX #DBAE50 Rob Roy

📋 copy color: '#DBAE50'

red 219 ◦ green 174 ◦ blue 80

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

Shades of Rob Roy #DBAE50

Tints of Rob Roy #DBAE50

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 46.3%
G = 36.79%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBAE50 (or 0xDBAE50) is known color: Rob Roy. HEX triplet: DB, AE and 50. RGB value is (219,174,80). Sum of RGB (Red+Green+Blue) = 219+174+80=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE50 is #2451AF. Grayscale: #B1B1B1. Windows color (decimal): -2380208 or 5287643. OLE color: 5287643.

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

Color convert

RGB 219 174 80 -
CMYK 0 0.21 0.63 0.14
HSL 40.58º 0.66% 0.59% -
HSV(B) 40.58º 0.63% 0.86% -
XYZ 45.8 45.91 14.04 -
YUV 176.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 219 174 80 0 0.21 0.63 0.14 40.58 0.66 0.59
Hex DB AE 50 0 15 3F E 29 42 3B
Octal 333 256 120 0 25 77 16 51 102 73
Binary 11011011 10101110 1010000 0 10101 111111 1110 101001 1000010 111011

Color Harmonies of #DBAE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE50

Black with #DBAE50

Text Example


Text Example

White with #DBAE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE50; }

 p { color: rgb(219,174,80); }

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

background-color css

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

 a { background-color: rgb(219,174,80); }

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

border-color css

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

 span { border-color: rgb(219,174,80); }

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