Html Css Color HEX #DBAE53 Rob Roy

📋 copy color: '#DBAE53'

red 219 ◦ green 174 ◦ blue 83

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

Shades of Rob Roy #DBAE53

Tints of Rob Roy #DBAE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.44%

R = 46.01%
G = 36.55%
B = 17.44%

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

#DBAE53 (or 0xDBAE53) is known color: Rob Roy. HEX triplet: DB, AE and 53. RGB value is (219,174,83). Sum of RGB (Red+Green+Blue) = 219+174+83=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE53 is #2451AC. Grayscale: #B1B1B1. Windows color (decimal): -2380205 or 5484251. OLE color: 5484251.

HSL color Cylindrical-coordinate representation of color #DBAE53: hue angle of 40.15º 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 #DBAE53 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 83 -
CMYK 0 0.21 0.62 0.14
HSL 40.15º 0.65% 0.59% -
HSV(B) 40.15º 0.62% 0.86% -
XYZ 45.91 45.96 14.63 -
YUV 177.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 219 174 83 0 0.21 0.62 0.14 40.15 0.65 0.59
Hex DB AE 53 0 15 3E E 28 41 3B
Octal 333 256 123 0 25 76 16 50 101 73
Binary 11011011 10101110 1010011 0 10101 111110 1110 101000 1000001 111011

Color Harmonies of #DBAE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE53

Black with #DBAE53

Text Example


Text Example

White with #DBAE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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