Html Css Color HEX #DBB74E Rob Roy

📋 copy color: '#DBB74E'

red 219 ◦ green 183 ◦ blue 78

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

Shades of Rob Roy #DBB74E

Tints of Rob Roy #DBB74E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

 BLUE value IS 78 (30.86% from 255) = 16.25%

R = 45.63%
G = 38.13%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBB74E (or 0xDBB74E) is known color: Rob Roy. HEX triplet: DB, B7 and 4E. RGB value is (219,183,78). Sum of RGB (Red+Green+Blue) = 219+183+78=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB74E is #2448B1. Grayscale: #B6B6B6. Windows color (decimal): -2377906 or 5158875. OLE color: 5158875.

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

Color convert

RGB 219 183 78 -
CMYK 0 0.16 0.64 0.14
HSL 44.68º 0.66% 0.58% -
HSV(B) 44.68º 0.64% 0.86% -
XYZ 47.52 49.48 14.25 -
YUV 181.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 219 183 78 0 0.16 0.64 0.14 44.68 0.66 0.58
Hex DB B7 4E 0 10 40 E 2D 42 3A
Octal 333 267 116 0 20 100 16 55 102 72
Binary 11011011 10110111 1001110 0 10000 1000000 1110 101101 1000010 111010

Color Harmonies of #DBB74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB74E

Black with #DBB74E

Text Example


Text Example

White with #DBB74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB74E; }

 p { color: rgb(219,183,78); }

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

background-color css

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

 a { background-color: rgb(219,183,78); }

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

border-color css

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

 span { border-color: rgb(219,183,78); }

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