Html Css Color HEX #D6B74E Rob Roy

📋 copy color: '#D6B74E'

red 214 ◦ green 183 ◦ blue 78

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

Shades of Rob Roy #D6B74E

Tints of Rob Roy #D6B74E

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

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

R = 45.05%
G = 38.53%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6B74E (or 0xD6B74E) is known color: Rob Roy. HEX triplet: D6, B7 and 4E. RGB value is (214,183,78). Sum of RGB (Red+Green+Blue) = 214+183+78=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B74E is #2948B1. Grayscale: #B4B4B4. Windows color (decimal): -2705586 or 5158870. OLE color: 5158870.

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

Color convert

RGB 214 183 78 -
CMYK 0 0.14 0.64 0.16
HSL 46.32º 0.62% 0.57% -
HSV(B) 46.32º 0.64% 0.84% -
XYZ 46.04 48.71 14.18 -
YUV 180.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 214 183 78 0 0.14 0.64 0.16 46.32 0.62 0.57
Hex D6 B7 4E 0 E 40 10 2E 3E 39
Octal 326 267 116 0 16 100 20 56 76 71
Binary 11010110 10110111 1001110 0 1110 1000000 10000 101110 111110 111001

Color Harmonies of #D6B74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B74E

Black with #D6B74E

Text Example


Text Example

White with #D6B74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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