Html Css Color HEX #DBAE54 Rob Roy

📋 copy color: '#DBAE54'

red 219 ◦ green 174 ◦ blue 84

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

Shades of Rob Roy #DBAE54

Tints of Rob Roy #DBAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.61%

R = 45.91%
G = 36.48%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBAE54 (or 0xDBAE54) is known color: Rob Roy. HEX triplet: DB, AE and 54. RGB value is (219,174,84). Sum of RGB (Red+Green+Blue) = 219+174+84=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE54 is #2451AB. Grayscale: #B1B1B1. Windows color (decimal): -2380204 or 5549787. OLE color: 5549787.

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

Color convert

RGB 219 174 84 -
CMYK 0 0.21 0.62 0.14
HSL 40º 0.65% 0.59% -
HSV(B) 40º 0.62% 0.86% -
XYZ 45.95 45.97 14.84 -
YUV 177.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 219 174 84 0 0.21 0.62 0.14 40 0.65 0.59
Hex DB AE 54 0 15 3E E 28 41 3B
Octal 333 256 124 0 25 76 16 50 101 73
Binary 11011011 10101110 1010100 0 10101 111110 1110 101000 1000001 111011

Color Harmonies of #DBAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE54

Black with #DBAE54

Text Example


Text Example

White with #DBAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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