Html Css Color HEX #DBAE58 Rob Roy

📋 copy color: '#DBAE58'

red 219 ◦ green 174 ◦ blue 88

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

Shades of Rob Roy #DBAE58

Tints of Rob Roy #DBAE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.3%

R = 45.53%
G = 36.17%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBAE58 (or 0xDBAE58) is known color: Rob Roy. HEX triplet: DB, AE and 58. RGB value is (219,174,88). Sum of RGB (Red+Green+Blue) = 219+174+88=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE58 is #2451A7. Grayscale: #B2B2B2. Windows color (decimal): -2380200 or 5811931. OLE color: 5811931.

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

Color convert

RGB 219 174 88 -
CMYK 0 0.21 0.60 0.14
HSL 39.39º 0.65% 0.6% -
HSV(B) 39.39º 0.6% 0.86% -
XYZ 46.11 46.04 15.69 -
YUV 177.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 219 174 88 0 0.21 0.60 0.14 39.39 0.65 0.6
Hex DB AE 58 0 15 3C E 27 41 3C
Octal 333 256 130 0 25 74 16 47 101 74
Binary 11011011 10101110 1011000 0 10101 111100 1110 100111 1000001 111100

Color Harmonies of #DBAE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE58

Black with #DBAE58

Text Example


Text Example

White with #DBAE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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