Html Css Color HEX #DBAE49 Rob Roy

📋 copy color: '#DBAE49'

red 219 ◦ green 174 ◦ blue 73

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

Shades of Rob Roy #DBAE49

Tints of Rob Roy #DBAE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.67%

R = 47%
G = 37.34%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBAE49 (or 0xDBAE49) is known color: Rob Roy. HEX triplet: DB, AE and 49. RGB value is (219,174,73). Sum of RGB (Red+Green+Blue) = 219+174+73=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE49 is #2451B6. Grayscale: #B0B0B0. Windows color (decimal): -2380215 or 4828891. OLE color: 4828891.

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

Color convert

RGB 219 174 73 -
CMYK 0 0.21 0.67 0.14
HSL 41.51º 0.67% 0.57% -
HSV(B) 41.51º 0.67% 0.86% -
XYZ 45.55 45.81 12.75 -
YUV 175.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 219 174 73 0 0.21 0.67 0.14 41.51 0.67 0.57
Hex DB AE 49 0 15 43 E 2A 43 39
Octal 333 256 111 0 25 103 16 52 103 71
Binary 11011011 10101110 1001001 0 10101 1000011 1110 101010 1000011 111001

Color Harmonies of #DBAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE49

Black with #DBAE49

Text Example


Text Example

White with #DBAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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