Html Css Color HEX #DBB74A Rob Roy

📋 copy color: '#DBB74A'

red 219 ◦ green 183 ◦ blue 74

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

Shades of Rob Roy #DBB74A

Tints of Rob Roy #DBB74A

RGB

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

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

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

R = 46.01%
G = 38.45%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBB74A (or 0xDBB74A) is known color: Rob Roy. HEX triplet: DB, B7 and 4A. RGB value is (219,183,74). Sum of RGB (Red+Green+Blue) = 219+183+74=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB74A is #2448B5. Grayscale: #B5B5B5. Windows color (decimal): -2377910 or 4896731. OLE color: 4896731.

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

Color convert

RGB 219 183 74 -
CMYK 0 0.16 0.66 0.14
HSL 45.1º 0.67% 0.57% -
HSV(B) 45.1º 0.66% 0.86% -
XYZ 47.38 49.42 13.52 -
YUV 181.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 219 183 74 0 0.16 0.66 0.14 45.1 0.67 0.57
Hex DB B7 4A 0 10 42 E 2D 43 39
Octal 333 267 112 0 20 102 16 55 103 71
Binary 11011011 10110111 1001010 0 10000 1000010 1110 101101 1000011 111001

Color Harmonies of #DBB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB74A

Black with #DBB74A

Text Example


Text Example

White with #DBB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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