Html Css Color HEX #DBAE59 Rob Roy

📋 copy color: '#DBAE59'

red 219 ◦ green 174 ◦ blue 89

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

Shades of Rob Roy #DBAE59

Tints of Rob Roy #DBAE59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.46%

R = 45.44%
G = 36.1%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBAE59 (or 0xDBAE59) is known color: Rob Roy. HEX triplet: DB, AE and 59. RGB value is (219,174,89). Sum of RGB (Red+Green+Blue) = 219+174+89=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE59 is #2451A6. Grayscale: #B2B2B2. Windows color (decimal): -2380199 or 5877467. OLE color: 5877467.

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

Color convert

RGB 219 174 89 -
CMYK 0 0.21 0.59 0.14
HSL 39.23º 0.64% 0.6% -
HSV(B) 39.23º 0.59% 0.86% -
XYZ 46.15 46.05 15.91 -
YUV 177.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 219 174 89 0 0.21 0.59 0.14 39.23 0.64 0.6
Hex DB AE 59 0 15 3B E 27 40 3C
Octal 333 256 131 0 25 73 16 47 100 74
Binary 11011011 10101110 1011001 0 10101 111011 1110 100111 1000000 111100

Color Harmonies of #DBAE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE59

Black with #DBAE59

Text Example


Text Example

White with #DBAE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE59; }

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

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

background-color css

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

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

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

border-color css

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

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

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