Html Css Color HEX #DBAE5B Rob Roy

📋 copy color: '#DBAE5B'

red 219 ◦ green 174 ◦ blue 91

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

Shades of Rob Roy #DBAE5B

Tints of Rob Roy #DBAE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.8%

R = 45.25%
G = 35.95%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBAE5B (or 0xDBAE5B) is known color: Rob Roy. HEX triplet: DB, AE and 5B. RGB value is (219,174,91). Sum of RGB (Red+Green+Blue) = 219+174+91=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE5B is #2451A4. Grayscale: #B2B2B2. Windows color (decimal): -2380197 or 6008539. OLE color: 6008539.

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

Color convert

RGB 219 174 91 -
CMYK 0 0.21 0.58 0.14
HSL 38.91º 0.64% 0.61% -
HSV(B) 38.91º 0.58% 0.86% -
XYZ 46.24 46.09 16.36 -
YUV 177.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 219 174 91 0 0.21 0.58 0.14 38.91 0.64 0.61
Hex DB AE 5B 0 15 3A E 27 40 3D
Octal 333 256 133 0 25 72 16 47 100 75
Binary 11011011 10101110 1011011 0 10101 111010 1110 100111 1000000 111101

Color Harmonies of #DBAE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE5B

Black with #DBAE5B

Text Example


Text Example

White with #DBAE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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