Html Css Color HEX #DBAE4A Rob Roy

📋 copy color: '#DBAE4A'

red 219 ◦ green 174 ◦ blue 74

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

Shades of Rob Roy #DBAE4A

Tints of Rob Roy #DBAE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 46.9%
G = 37.26%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBAE4A (or 0xDBAE4A) is known color: Rob Roy. HEX triplet: DB, AE and 4A. RGB value is (219,174,74). Sum of RGB (Red+Green+Blue) = 219+174+74=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE4A is #2451B5. Grayscale: #B0B0B0. Windows color (decimal): -2380214 or 4894427. OLE color: 4894427.

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

Color convert

RGB 219 174 74 -
CMYK 0 0.21 0.66 0.14
HSL 41.38º 0.67% 0.57% -
HSV(B) 41.38º 0.66% 0.86% -
XYZ 45.59 45.83 12.92 -
YUV 176.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 219 174 74 0 0.21 0.66 0.14 41.38 0.67 0.57
Hex DB AE 4A 0 15 42 E 29 43 39
Octal 333 256 112 0 25 102 16 51 103 71
Binary 11011011 10101110 1001010 0 10101 1000010 1110 101001 1000011 111001

Color Harmonies of #DBAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE4A

Black with #DBAE4A

Text Example


Text Example

White with #DBAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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