Html Css Color HEX #DBAE5A Rob Roy

📋 copy color: '#DBAE5A'

red 219 ◦ green 174 ◦ blue 90

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

Shades of Rob Roy #DBAE5A

Tints of Rob Roy #DBAE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 45.34%
G = 36.02%
B = 18.63%

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

#DBAE5A (or 0xDBAE5A) is known color: Rob Roy. HEX triplet: DB, AE and 5A. RGB value is (219,174,90). Sum of RGB (Red+Green+Blue) = 219+174+90=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE5A is #2451A5. Grayscale: #B2B2B2. Windows color (decimal): -2380198 or 5943003. OLE color: 5943003.

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

Color convert

RGB 219 174 90 -
CMYK 0 0.21 0.59 0.14
HSL 39.07º 0.64% 0.61% -
HSV(B) 39.07º 0.59% 0.86% -
XYZ 46.19 46.07 16.13 -
YUV 177.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 219 174 90 0 0.21 0.59 0.14 39.07 0.64 0.61
Hex DB AE 5A 0 15 3B E 27 40 3D
Octal 333 256 132 0 25 73 16 47 100 75
Binary 11011011 10101110 1011010 0 10101 111011 1110 100111 1000000 111101

Color Harmonies of #DBAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE5A

Black with #DBAE5A

Text Example


Text Example

White with #DBAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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