Html Css Color HEX #DBA74A Rob Roy

📋 copy color: '#DBA74A'

red 219 ◦ green 167 ◦ blue 74

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

Shades of Rob Roy #DBA74A

Tints of Rob Roy #DBA74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

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

R = 47.61%
G = 36.3%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBA74A (or 0xDBA74A) is known color: Rob Roy. HEX triplet: DB, A7 and 4A. RGB value is (219,167,74). Sum of RGB (Red+Green+Blue) = 219+167+74=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA74A is #2458B5. Grayscale: #ACACAC. Windows color (decimal): -2382006 or 4892635. OLE color: 4892635.

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

Color convert

RGB 219 167 74 -
CMYK 0 0.24 0.66 0.14
HSL 38.48º 0.67% 0.57% -
HSV(B) 38.48º 0.66% 0.86% -
XYZ 44.27 43.19 12.48 -
YUV 171.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 219 167 74 0 0.24 0.66 0.14 38.48 0.67 0.57
Hex DB A7 4A 0 18 42 E 26 43 39
Octal 333 247 112 0 30 102 16 46 103 71
Binary 11011011 10100111 1001010 0 11000 1000010 1110 100110 1000011 111001

Color Harmonies of #DBA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA74A

Black with #DBA74A

Text Example


Text Example

White with #DBA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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