Html Css Color HEX #DBA74D Rob Roy

📋 copy color: '#DBA74D'

red 219 ◦ green 167 ◦ blue 77

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

Shades of Rob Roy #DBA74D

Tints of Rob Roy #DBA74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 47.3%
G = 36.07%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBA74D (or 0xDBA74D) is known color: Rob Roy. HEX triplet: DB, A7 and 4D. RGB value is (219,167,77). Sum of RGB (Red+Green+Blue) = 219+167+77=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA74D is #2458B2. Grayscale: #ACACAC. Windows color (decimal): -2382003 or 5089243. OLE color: 5089243.

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

Color convert

RGB 219 167 77 -
CMYK 0 0.24 0.65 0.14
HSL 38.03º 0.66% 0.58% -
HSV(B) 38.03º 0.65% 0.86% -
XYZ 44.37 43.23 13.03 -
YUV 172.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 219 167 77 0 0.24 0.65 0.14 38.03 0.66 0.58
Hex DB A7 4D 0 18 41 E 26 42 3A
Octal 333 247 115 0 30 101 16 46 102 72
Binary 11011011 10100111 1001101 0 11000 1000001 1110 100110 1000010 111010

Color Harmonies of #DBA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA74D

Black with #DBA74D

Text Example


Text Example

White with #DBA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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