Html Css Color HEX #D6B64E Rob Roy

📋 copy color: '#D6B64E'

red 214 ◦ green 182 ◦ blue 78

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

Shades of Rob Roy #D6B64E

Tints of Rob Roy #D6B64E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 45.15%
G = 38.4%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6B64E (or 0xD6B64E) is known color: Rob Roy. HEX triplet: D6, B6 and 4E. RGB value is (214,182,78). Sum of RGB (Red+Green+Blue) = 214+182+78=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B64E is #2949B1. Grayscale: #B4B4B4. Windows color (decimal): -2705842 or 5158614. OLE color: 5158614.

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

Color convert

RGB 214 182 78 -
CMYK 0 0.15 0.64 0.16
HSL 45.88º 0.62% 0.57% -
HSV(B) 45.88º 0.64% 0.84% -
XYZ 45.83 48.3 14.12 -
YUV 179.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 214 182 78 0 0.15 0.64 0.16 45.88 0.62 0.57
Hex D6 B6 4E 0 F 40 10 2E 3E 39
Octal 326 266 116 0 17 100 20 56 76 71
Binary 11010110 10110110 1001110 0 1111 1000000 10000 101110 111110 111001

Color Harmonies of #D6B64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B64E

Black with #D6B64E

Text Example


Text Example

White with #D6B64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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